Shades of Spanish Green #88927E
Tints of Spanish Green #88927E
RGB
CMYK
RGB Variations
Color information
#88927E (or 0x88927E) is known color: Spanish Green. HEX triplet: 88, 92 and 7E. RGB value is (136,146,126). Sum of RGB (Red+Green+Blue) = 136+146+126=408 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.33% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 126 (49.61% from 255 or 30.88% from 408); Max value from RGB is 146 - color contains mainly: green. Hex color #88927E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88927E is #776D81. Grayscale: #8C8C8C. Windows color (decimal): -7826818 or 8295048. OLE color: 8295048.
HSL color Cylindrical-coordinate representation of color #88927E: hue angle of 90º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #88927E is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 146 | 126 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.43 |
| HSL | 90º | 0.08% | 0.53% | - |
| HSV(B) | 90º | 0.14% | 0.57% | - |
| XYZ | 24.2 | 27.3 | 23.73 | - |
| YUV | 140.73 | 119.69 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 146 | 126 | 0.07 | 0 | 0.14 | 0.43 | 90 | 0.08 | 0.53 |
| Hex | 88 | 92 | 7E | 7 | 0 | E | 2B | 5A | 8 | 35 |
| Octal | 210 | 222 | 176 | 7 | 0 | 16 | 53 | 132 | 10 | 65 |
| Binary | 10001000 | 10010010 | 1111110 | 111 | 0 | 1110 | 101011 | 1011010 | 1000 | 110101 |
Color Harmonies of #88927E
Complementary color
Monochromatic Colors of #88927E
Black with #88927E
Text Example
Text Example
White with #88927E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88927E; }
p { color: rgb(136,146,126); }
H1.HeaderClassName
{
color: #88927E;
}
.AnyTagClassName
{
color: #88927E;
}
</style>
background-color css
<style>
a { background-color: #88927E; }
a { background-color: rgb(136,146,126); }
div.DivClassName
{
background-color: #88927E;
}
.BgClassName
{
background-color: #88927E;
}
</style>
border-color css
<style>
span { border-color: #88927E; }
span { border-color: rgb(136,146,126); }
td.TdClassName
{
border-color: #88927E;
}
.TagClassName
{
border-color: #88927E;
}
</style>