border-color
From CSS2 section 8.5.2:
If an element's border color is not specified with a border property, user agents must use the value of the element's 'color' property as the computed value for the border color.
The following DIV should have a green border and green on white text.
Last updated in January 1999.