Shades of Spanish Green #8B9187
Tints of Spanish Green #8B9187
RGB
CMYK
RGB Variations
Color information
#8B9187 (or 0x8B9187) is known color: Spanish Green. HEX triplet: 8B, 91 and 87. RGB value is (139,145,135). Sum of RGB (Red+Green+Blue) = 139+145+135=419 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.17% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 135 (53.12% from 255 or 32.22% from 419); Max value from RGB is 145 - color contains mainly: green. Hex color #8B9187 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9187 is #746E78. Grayscale: #8E8E8E. Windows color (decimal): -7630457 or 8884619. OLE color: 8884619.
HSL color Cylindrical-coordinate representation of color #8B9187: hue angle of 96º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8B9187 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 139 | 145 | 135 | - |
| CMYK | 0.04 | 0 | 0.07 | 0.43 |
| HSL | 96º | 0.04% | 0.55% | - |
| HSV(B) | 96º | 0.07% | 0.57% | - |
| XYZ | 25.15 | 27.49 | 26.9 | - |
| YUV | 142.07 | 124.01 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 145 | 135 | 0.04 | 0 | 0.07 | 0.43 | 96 | 0.04 | 0.55 |
| Hex | 8B | 91 | 87 | 4 | 0 | 7 | 2B | 60 | 4 | 37 |
| Octal | 213 | 221 | 207 | 4 | 0 | 7 | 53 | 140 | 4 | 67 |
| Binary | 10001011 | 10010001 | 10000111 | 100 | 0 | 111 | 101011 | 1100000 | 100 | 110111 |
Color Harmonies of #8B9187
Complementary color
Monochromatic Colors of #8B9187
Black with #8B9187
Text Example
Text Example
White with #8B9187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9187; }
p { color: rgb(139,145,135); }
H1.HeaderClassName
{
color: #8B9187;
}
.AnyTagClassName
{
color: #8B9187;
}
</style>
background-color css
<style>
a { background-color: #8B9187; }
a { background-color: rgb(139,145,135); }
div.DivClassName
{
background-color: #8B9187;
}
.BgClassName
{
background-color: #8B9187;
}
</style>
border-color css
<style>
span { border-color: #8B9187; }
span { border-color: rgb(139,145,135); }
td.TdClassName
{
border-color: #8B9187;
}
.TagClassName
{
border-color: #8B9187;
}
</style>