Shades of Spanish Green #8B9188
Tints of Spanish Green #8B9188
RGB
CMYK
RGB Variations
Color information
#8B9188 (or 0x8B9188) is known color: Spanish Green. HEX triplet: 8B, 91 and 88. RGB value is (139,145,136). Sum of RGB (Red+Green+Blue) = 139+145+136=420 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.10% from 420); Green value is 145 (57.03% from 255 or 34.52% from 420); Blue value is 136 (53.52% from 255 or 32.38% from 420); Max value from RGB is 145 - color contains mainly: green. Hex color #8B9188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9188 is #746E77. Grayscale: #8E8E8E. Windows color (decimal): -7630456 or 8950155. OLE color: 8950155.
HSL color Cylindrical-coordinate representation of color #8B9188: hue angle of 100º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8B9188 is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 139 | 145 | 136 | - |
| CMYK | 0.04 | 0 | 0.06 | 0.43 |
| HSL | 100º | 0.04% | 0.55% | - |
| HSV(B) | 100º | 0.06% | 0.57% | - |
| XYZ | 25.22 | 27.52 | 27.27 | - |
| YUV | 142.18 | 124.51 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 145 | 136 | 0.04 | 0 | 0.06 | 0.43 | 100 | 0.04 | 0.55 |
| Hex | 8B | 91 | 88 | 4 | 0 | 6 | 2B | 64 | 4 | 37 |
| Octal | 213 | 221 | 210 | 4 | 0 | 6 | 53 | 144 | 4 | 67 |
| Binary | 10001011 | 10010001 | 10001000 | 100 | 0 | 110 | 101011 | 1100100 | 100 | 110111 |
Color Harmonies of #8B9188
Complementary color
Monochromatic Colors of #8B9188
Black with #8B9188
Text Example
Text Example
White with #8B9188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9188; }
p { color: rgb(139,145,136); }
H1.HeaderClassName
{
color: #8B9188;
}
.AnyTagClassName
{
color: #8B9188;
}
</style>
background-color css
<style>
a { background-color: #8B9188; }
a { background-color: rgb(139,145,136); }
div.DivClassName
{
background-color: #8B9188;
}
.BgClassName
{
background-color: #8B9188;
}
</style>
border-color css
<style>
span { border-color: #8B9188; }
span { border-color: rgb(139,145,136); }
td.TdClassName
{
border-color: #8B9188;
}
.TagClassName
{
border-color: #8B9188;
}
</style>