Shades of Spanish Green #8C9288
Tints of Spanish Green #8C9288
RGB
CMYK
RGB Variations
Color information
#8C9288 (or 0x8C9288) is known color: Spanish Green. HEX triplet: 8C, 92 and 88. RGB value is (140,146,136). Sum of RGB (Red+Green+Blue) = 140+146+136=422 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.18% from 422); Green value is 146 (57.42% from 255 or 34.60% from 422); Blue value is 136 (53.52% from 255 or 32.23% from 422); Max value from RGB is 146 - color contains mainly: green. Hex color #8C9288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9288 is #736D77. Grayscale: #8F8F8F. Windows color (decimal): -7564664 or 8950412. OLE color: 8950412.
HSL color Cylindrical-coordinate representation of color #8C9288: 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 #8C9288 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 140 | 146 | 136 | - |
| CMYK | 0.04 | 0 | 0.07 | 0.43 |
| HSL | 96º | 0.04% | 0.55% | - |
| HSV(B) | 96º | 0.07% | 0.57% | - |
| XYZ | 25.54 | 27.91 | 27.33 | - |
| YUV | 143.07 | 124.01 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 146 | 136 | 0.04 | 0 | 0.07 | 0.43 | 96 | 0.04 | 0.55 |
| Hex | 8C | 92 | 88 | 4 | 0 | 7 | 2B | 60 | 4 | 37 |
| Octal | 214 | 222 | 210 | 4 | 0 | 7 | 53 | 140 | 4 | 67 |
| Binary | 10001100 | 10010010 | 10001000 | 100 | 0 | 111 | 101011 | 1100000 | 100 | 110111 |
Color Harmonies of #8C9288
Complementary color
Monochromatic Colors of #8C9288
Black with #8C9288
Text Example
Text Example
White with #8C9288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9288; }
p { color: rgb(140,146,136); }
H1.HeaderClassName
{
color: #8C9288;
}
.AnyTagClassName
{
color: #8C9288;
}
</style>
background-color css
<style>
a { background-color: #8C9288; }
a { background-color: rgb(140,146,136); }
div.DivClassName
{
background-color: #8C9288;
}
.BgClassName
{
background-color: #8C9288;
}
</style>
border-color css
<style>
span { border-color: #8C9288; }
span { border-color: rgb(140,146,136); }
td.TdClassName
{
border-color: #8C9288;
}
.TagClassName
{
border-color: #8C9288;
}
</style>