Shades of Spanish Green #888C84
Tints of Spanish Green #888C84
RGB
CMYK
RGB Variations
Color information
#888C84 (or 0x888C84) is known color: Spanish Green. HEX triplet: 88, 8C and 84. RGB value is (136,140,132). Sum of RGB (Red+Green+Blue) = 136+140+132=408 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.33% from 408); Green value is 140 (55.08% from 255 or 34.31% from 408); Blue value is 132 (51.95% from 255 or 32.35% from 408); Max value from RGB is 140 - color contains mainly: green. Hex color #888C84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888C84 is #77737B. Grayscale: #898989. Windows color (decimal): -7828348 or 8686728. OLE color: 8686728.
HSL color Cylindrical-coordinate representation of color #888C84: hue angle of 90º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #888C84 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 140 | 132 | - |
| CMYK | 0.03 | 0 | 0.06 | 0.45 |
| HSL | 90º | 0.03% | 0.53% | - |
| HSV(B) | 90º | 0.06% | 0.55% | - |
| XYZ | 23.7 | 25.66 | 25.53 | - |
| YUV | 137.89 | 124.67 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 140 | 132 | 0.03 | 0 | 0.06 | 0.45 | 90 | 0.03 | 0.53 |
| Hex | 88 | 8C | 84 | 3 | 0 | 6 | 2D | 5A | 3 | 35 |
| Octal | 210 | 214 | 204 | 3 | 0 | 6 | 55 | 132 | 3 | 65 |
| Binary | 10001000 | 10001100 | 10000100 | 11 | 0 | 110 | 101101 | 1011010 | 11 | 110101 |
Color Harmonies of #888C84
Complementary color
Monochromatic Colors of #888C84
Black with #888C84
Text Example
Text Example
White with #888C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888C84; }
p { color: rgb(136,140,132); }
H1.HeaderClassName
{
color: #888C84;
}
.AnyTagClassName
{
color: #888C84;
}
</style>
background-color css
<style>
a { background-color: #888C84; }
a { background-color: rgb(136,140,132); }
div.DivClassName
{
background-color: #888C84;
}
.BgClassName
{
background-color: #888C84;
}
</style>
border-color css
<style>
span { border-color: #888C84; }
span { border-color: rgb(136,140,132); }
td.TdClassName
{
border-color: #888C84;
}
.TagClassName
{
border-color: #888C84;
}
</style>