Shades of Spanish Green #888A87
Tints of Spanish Green #888A87
RGB
CMYK
RGB Variations
Color information
#888A87 (or 0x888A87) is known color: Spanish Green. HEX triplet: 88, 8A and 87. RGB value is (136,138,135). Sum of RGB (Red+Green+Blue) = 136+138+135=409 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.25% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 135 (53.12% from 255 or 33.01% from 409); Max value from RGB is 138 - color contains mainly: green. Hex color #888A87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888A87 is #777578. Grayscale: #898989. Windows color (decimal): -7828857 or 8882824. OLE color: 8882824.
HSL color Cylindrical-coordinate representation of color #888A87: hue angle of 100º degrees, saturation: 0.01, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #888A87 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 136 | 138 | 135 | - |
| CMYK | 0.01 | 0 | 0.02 | 0.46 |
| HSL | 100º | 0.01% | 0.54% | - |
| HSV(B) | 100º | 0.02% | 0.54% | - |
| XYZ | 23.62 | 25.16 | 26.53 | - |
| YUV | 137.06 | 126.84 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 138 | 135 | 0.01 | 0 | 0.02 | 0.46 | 100 | 0.01 | 0.54 |
| Hex | 88 | 8A | 87 | 1 | 0 | 2 | 2E | 64 | 1 | 36 |
| Octal | 210 | 212 | 207 | 1 | 0 | 2 | 56 | 144 | 1 | 66 |
| Binary | 10001000 | 10001010 | 10000111 | 1 | 0 | 10 | 101110 | 1100100 | 1 | 110110 |
Color Harmonies of #888A87
Complementary color
Monochromatic Colors of #888A87
Black with #888A87
Text Example
Text Example
White with #888A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888A87; }
p { color: rgb(136,138,135); }
H1.HeaderClassName
{
color: #888A87;
}
.AnyTagClassName
{
color: #888A87;
}
</style>
background-color css
<style>
a { background-color: #888A87; }
a { background-color: rgb(136,138,135); }
div.DivClassName
{
background-color: #888A87;
}
.BgClassName
{
background-color: #888A87;
}
</style>
border-color css
<style>
span { border-color: #888A87; }
span { border-color: rgb(136,138,135); }
td.TdClassName
{
border-color: #888A87;
}
.TagClassName
{
border-color: #888A87;
}
</style>