Shades of Spanish Green #898B88
Tints of Spanish Green #898B88
RGB
CMYK
RGB Variations
Color information
#898B88 (or 0x898B88) is known color: Spanish Green. HEX triplet: 89, 8B and 88. RGB value is (137,139,136). Sum of RGB (Red+Green+Blue) = 137+139+136=412 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.25% from 412); Green value is 139 (54.69% from 255 or 33.74% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 139 - color contains mainly: green. Hex color #898B88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898B88 is #767477. Grayscale: #8A8A8A. Windows color (decimal): -7763064 or 8948617. OLE color: 8948617.
HSL color Cylindrical-coordinate representation of color #898B88: hue angle of 100º degrees, saturation: 0.01, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #898B88 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 139 | 136 | - |
| CMYK | 0.01 | 0 | 0.02 | 0.45 |
| HSL | 100º | 0.01% | 0.54% | - |
| HSV(B) | 100º | 0.02% | 0.55% | - |
| XYZ | 23.99 | 25.56 | 26.96 | - |
| YUV | 138.06 | 126.84 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 139 | 136 | 0.01 | 0 | 0.02 | 0.45 | 100 | 0.01 | 0.54 |
| Hex | 89 | 8B | 88 | 1 | 0 | 2 | 2D | 64 | 1 | 36 |
| Octal | 211 | 213 | 210 | 1 | 0 | 2 | 55 | 144 | 1 | 66 |
| Binary | 10001001 | 10001011 | 10001000 | 1 | 0 | 10 | 101101 | 1100100 | 1 | 110110 |
Color Harmonies of #898B88
Complementary color
Monochromatic Colors of #898B88
Black with #898B88
Text Example
Text Example
White with #898B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898B88; }
p { color: rgb(137,139,136); }
H1.HeaderClassName
{
color: #898B88;
}
.AnyTagClassName
{
color: #898B88;
}
</style>
background-color css
<style>
a { background-color: #898B88; }
a { background-color: rgb(137,139,136); }
div.DivClassName
{
background-color: #898B88;
}
.BgClassName
{
background-color: #898B88;
}
</style>
border-color css
<style>
span { border-color: #898B88; }
span { border-color: rgb(137,139,136); }
td.TdClassName
{
border-color: #898B88;
}
.TagClassName
{
border-color: #898B88;
}
</style>