Shades of Spanish Green #888B85
Tints of Spanish Green #888B85
RGB
CMYK
RGB Variations
Color information
#888B85 (or 0x888B85) is known color: Spanish Green. HEX triplet: 88, 8B and 85. RGB value is (136,139,133). Sum of RGB (Red+Green+Blue) = 136+139+133=408 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.33% from 408); Green value is 139 (54.69% from 255 or 34.07% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 139 - color contains mainly: green. Hex color #888B85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888B85 is #77747A. Grayscale: #898989. Windows color (decimal): -7828603 or 8752008. OLE color: 8752008.
HSL color Cylindrical-coordinate representation of color #888B85: 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.04%. Process color model (Four color, CMYK) of #888B85 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 139 | 133 | - |
| CMYK | 0.02 | 0 | 0.04 | 0.45 |
| HSL | 90º | 0.03% | 0.53% | - |
| HSV(B) | 90º | 0.04% | 0.55% | - |
| XYZ | 23.62 | 25.39 | 25.85 | - |
| YUV | 137.42 | 125.51 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 139 | 133 | 0.02 | 0 | 0.04 | 0.45 | 90 | 0.03 | 0.53 |
| Hex | 88 | 8B | 85 | 2 | 0 | 4 | 2D | 5A | 3 | 35 |
| Octal | 210 | 213 | 205 | 2 | 0 | 4 | 55 | 132 | 3 | 65 |
| Binary | 10001000 | 10001011 | 10000101 | 10 | 0 | 100 | 101101 | 1011010 | 11 | 110101 |
Color Harmonies of #888B85
Complementary color
Monochromatic Colors of #888B85
Black with #888B85
Text Example
Text Example
White with #888B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888B85; }
p { color: rgb(136,139,133); }
H1.HeaderClassName
{
color: #888B85;
}
.AnyTagClassName
{
color: #888B85;
}
</style>
background-color css
<style>
a { background-color: #888B85; }
a { background-color: rgb(136,139,133); }
div.DivClassName
{
background-color: #888B85;
}
.BgClassName
{
background-color: #888B85;
}
</style>
border-color css
<style>
span { border-color: #888B85; }
span { border-color: rgb(136,139,133); }
td.TdClassName
{
border-color: #888B85;
}
.TagClassName
{
border-color: #888B85;
}
</style>