Shades of Spanish Green #8B9585
Tints of Spanish Green #8B9585
RGB
CMYK
RGB Variations
Color information
#8B9585 (or 0x8B9585) is known color: Spanish Green. HEX triplet: 8B, 95 and 85. RGB value is (139,149,133). Sum of RGB (Red+Green+Blue) = 139+149+133=421 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.02% from 421); Green value is 149 (58.59% from 255 or 35.39% from 421); Blue value is 133 (52.34% from 255 or 31.59% from 421); Max value from RGB is 149 - color contains mainly: green. Hex color #8B9585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9585 is #746A7A. Grayscale: #909090. Windows color (decimal): -7629435 or 8754571. OLE color: 8754571.
HSL color Cylindrical-coordinate representation of color #8B9585: hue angle of 97.5º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8B9585 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 139 | 149 | 133 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.42 |
| HSL | 97.5º | 0.07% | 0.55% | - |
| HSV(B) | 97.5º | 0.11% | 0.58% | - |
| XYZ | 25.63 | 28.68 | 26.37 | - |
| YUV | 144.19 | 121.69 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 149 | 133 | 0.07 | 0 | 0.11 | 0.42 | 97.5 | 0.07 | 0.55 |
| Hex | 8B | 95 | 85 | 7 | 0 | B | 2A | 62 | 7 | 37 |
| Octal | 213 | 225 | 205 | 7 | 0 | 13 | 52 | 142 | 7 | 67 |
| Binary | 10001011 | 10010101 | 10000101 | 111 | 0 | 1011 | 101010 | 1100010 | 111 | 110111 |
Color Harmonies of #8B9585
Complementary color
Monochromatic Colors of #8B9585
Black with #8B9585
Text Example
Text Example
White with #8B9585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9585; }
p { color: rgb(139,149,133); }
H1.HeaderClassName
{
color: #8B9585;
}
.AnyTagClassName
{
color: #8B9585;
}
</style>
background-color css
<style>
a { background-color: #8B9585; }
a { background-color: rgb(139,149,133); }
div.DivClassName
{
background-color: #8B9585;
}
.BgClassName
{
background-color: #8B9585;
}
</style>
border-color css
<style>
span { border-color: #8B9585; }
span { border-color: rgb(139,149,133); }
td.TdClassName
{
border-color: #8B9585;
}
.TagClassName
{
border-color: #8B9585;
}
</style>