Shades of Bitter #898E5A
Tints of Bitter #898E5A
RGB
CMYK
RGB Variations
Color information
#898E5A (or 0x898E5A) is known color: Bitter. HEX triplet: 89, 8E and 5A. RGB value is (137,142,90). Sum of RGB (Red+Green+Blue) = 137+142+90=369 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.13% from 369); Green value is 142 (55.86% from 255 or 38.48% from 369); Blue value is 90 (35.55% from 255 or 24.39% from 369); Max value from RGB is 142 - color contains mainly: green. Hex color #898E5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898E5A is #7671A5. Grayscale: #868686. Windows color (decimal): -7762342 or 5934729. OLE color: 5934729.
HSL color Cylindrical-coordinate representation of color #898E5A: hue angle of 65.77º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #898E5A is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 142 | 90 | - |
| CMYK | 0.04 | 0 | 0.37 | 0.44 |
| HSL | 65.77º | 0.22% | 0.45% | - |
| HSV(B) | 65.77º | 0.37% | 0.56% | - |
| XYZ | 21.84 | 25.4 | 13.43 | - |
| YUV | 134.58 | 102.84 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 142 | 90 | 0.04 | 0 | 0.37 | 0.44 | 65.77 | 0.22 | 0.45 |
| Hex | 89 | 8E | 5A | 4 | 0 | 25 | 2C | 42 | 16 | 2D |
| Octal | 211 | 216 | 132 | 4 | 0 | 45 | 54 | 102 | 26 | 55 |
| Binary | 10001001 | 10001110 | 1011010 | 100 | 0 | 100101 | 101100 | 1000010 | 10110 | 101101 |
Color Harmonies of #898E5A
Complementary color
Monochromatic Colors of #898E5A
Black with #898E5A
Text Example
Text Example
White with #898E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898E5A; }
p { color: rgb(137,142,90); }
H1.HeaderClassName
{
color: #898E5A;
}
.AnyTagClassName
{
color: #898E5A;
}
</style>
background-color css
<style>
a { background-color: #898E5A; }
a { background-color: rgb(137,142,90); }
div.DivClassName
{
background-color: #898E5A;
}
.BgClassName
{
background-color: #898E5A;
}
</style>
border-color css
<style>
span { border-color: #898E5A; }
span { border-color: rgb(137,142,90); }
td.TdClassName
{
border-color: #898E5A;
}
.TagClassName
{
border-color: #898E5A;
}
</style>