Shades of Spanish Green #8B9186
Tints of Spanish Green #8B9186
RGB
CMYK
RGB Variations
Color information
#8B9186 (or 0x8B9186) is known color: Spanish Green. HEX triplet: 8B, 91 and 86. RGB value is (139,145,134). Sum of RGB (Red+Green+Blue) = 139+145+134=418 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.25% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 134 (52.73% from 255 or 32.06% from 418); Max value from RGB is 145 - color contains mainly: green. Hex color #8B9186 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9186 is #746E79. Grayscale: #8D8D8D. Windows color (decimal): -7630458 or 8819083. OLE color: 8819083.
HSL color Cylindrical-coordinate representation of color #8B9186: hue angle of 92.73º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8B9186 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 139 | 145 | 134 | - |
| CMYK | 0.04 | 0 | 0.08 | 0.43 |
| HSL | 92.73º | 0.05% | 0.55% | - |
| HSV(B) | 92.73º | 0.08% | 0.57% | - |
| XYZ | 25.08 | 27.46 | 26.53 | - |
| YUV | 141.95 | 123.51 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 145 | 134 | 0.04 | 0 | 0.08 | 0.43 | 92.73 | 0.05 | 0.55 |
| Hex | 8B | 91 | 86 | 4 | 0 | 8 | 2B | 5D | 5 | 37 |
| Octal | 213 | 221 | 206 | 4 | 0 | 10 | 53 | 135 | 5 | 67 |
| Binary | 10001011 | 10010001 | 10000110 | 100 | 0 | 1000 | 101011 | 1011101 | 101 | 110111 |
Color Harmonies of #8B9186
Complementary color
Monochromatic Colors of #8B9186
Black with #8B9186
Text Example
Text Example
White with #8B9186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9186; }
p { color: rgb(139,145,134); }
H1.HeaderClassName
{
color: #8B9186;
}
.AnyTagClassName
{
color: #8B9186;
}
</style>
background-color css
<style>
a { background-color: #8B9186; }
a { background-color: rgb(139,145,134); }
div.DivClassName
{
background-color: #8B9186;
}
.BgClassName
{
background-color: #8B9186;
}
</style>
border-color css
<style>
span { border-color: #8B9186; }
span { border-color: rgb(139,145,134); }
td.TdClassName
{
border-color: #8B9186;
}
.TagClassName
{
border-color: #8B9186;
}
</style>