Shades of Spanish Green #898E85
Tints of Spanish Green #898E85
RGB
CMYK
RGB Variations
Color information
#898E85 (or 0x898E85) is known color: Spanish Green. HEX triplet: 89, 8E and 85. RGB value is (137,142,133). Sum of RGB (Red+Green+Blue) = 137+142+133=412 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.25% from 412); Green value is 142 (55.86% from 255 or 34.47% from 412); Blue value is 133 (52.34% from 255 or 32.28% from 412); Max value from RGB is 142 - color contains mainly: green. Hex color #898E85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898E85 is #76717A. Grayscale: #8B8B8B. Windows color (decimal): -7762299 or 8752777. OLE color: 8752777.
HSL color Cylindrical-coordinate representation of color #898E85: hue angle of 93.33º degrees, saturation: 0.04, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #898E85 is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 142 | 133 | - |
| CMYK | 0.04 | 0 | 0.06 | 0.44 |
| HSL | 93.33º | 0.04% | 0.54% | - |
| HSV(B) | 93.33º | 0.06% | 0.56% | - |
| XYZ | 24.22 | 26.36 | 26 | - |
| YUV | 139.48 | 124.34 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 142 | 133 | 0.04 | 0 | 0.06 | 0.44 | 93.33 | 0.04 | 0.54 |
| Hex | 89 | 8E | 85 | 4 | 0 | 6 | 2C | 5D | 4 | 36 |
| Octal | 211 | 216 | 205 | 4 | 0 | 6 | 54 | 135 | 4 | 66 |
| Binary | 10001001 | 10001110 | 10000101 | 100 | 0 | 110 | 101100 | 1011101 | 100 | 110110 |
Color Harmonies of #898E85
Complementary color
Monochromatic Colors of #898E85
Black with #898E85
Text Example
Text Example
White with #898E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898E85; }
p { color: rgb(137,142,133); }
H1.HeaderClassName
{
color: #898E85;
}
.AnyTagClassName
{
color: #898E85;
}
</style>
background-color css
<style>
a { background-color: #898E85; }
a { background-color: rgb(137,142,133); }
div.DivClassName
{
background-color: #898E85;
}
.BgClassName
{
background-color: #898E85;
}
</style>
border-color css
<style>
span { border-color: #898E85; }
span { border-color: rgb(137,142,133); }
td.TdClassName
{
border-color: #898E85;
}
.TagClassName
{
border-color: #898E85;
}
</style>