Shades of Spanish Green #8B9288
Tints of Spanish Green #8B9288
RGB
CMYK
RGB Variations
Color information
#8B9288 (or 0x8B9288) is known color: Spanish Green. HEX triplet: 8B, 92 and 88. RGB value is (139,146,136). Sum of RGB (Red+Green+Blue) = 139+146+136=421 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.02% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 136 (53.52% from 255 or 32.30% from 421); Max value from RGB is 146 - color contains mainly: green. Hex color #8B9288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9288 is #746D77. Grayscale: #8E8E8E. Windows color (decimal): -7630200 or 8950411. OLE color: 8950411.
HSL color Cylindrical-coordinate representation of color #8B9288: hue angle of 102º 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 #8B9288 is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 139 | 146 | 136 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.43 |
| HSL | 102º | 0.04% | 0.55% | - |
| HSV(B) | 102º | 0.07% | 0.57% | - |
| XYZ | 25.37 | 27.82 | 27.33 | - |
| YUV | 142.77 | 124.18 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 146 | 136 | 0.05 | 0 | 0.07 | 0.43 | 102 | 0.04 | 0.55 |
| Hex | 8B | 92 | 88 | 5 | 0 | 7 | 2B | 66 | 4 | 37 |
| Octal | 213 | 222 | 210 | 5 | 0 | 7 | 53 | 146 | 4 | 67 |
| Binary | 10001011 | 10010010 | 10001000 | 101 | 0 | 111 | 101011 | 1100110 | 100 | 110111 |
Color Harmonies of #8B9288
Complementary color
Monochromatic Colors of #8B9288
Black with #8B9288
Text Example
Text Example
White with #8B9288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9288; }
p { color: rgb(139,146,136); }
H1.HeaderClassName
{
color: #8B9288;
}
.AnyTagClassName
{
color: #8B9288;
}
</style>
background-color css
<style>
a { background-color: #8B9288; }
a { background-color: rgb(139,146,136); }
div.DivClassName
{
background-color: #8B9288;
}
.BgClassName
{
background-color: #8B9288;
}
</style>
border-color css
<style>
span { border-color: #8B9288; }
span { border-color: rgb(139,146,136); }
td.TdClassName
{
border-color: #8B9288;
}
.TagClassName
{
border-color: #8B9288;
}
</style>