Shades of Bitter #898E5B
Tints of Bitter #898E5B
RGB
CMYK
RGB Variations
Color information
#898E5B (or 0x898E5B) is known color: Bitter. HEX triplet: 89, 8E and 5B. RGB value is (137,142,91). Sum of RGB (Red+Green+Blue) = 137+142+91=370 (49% of max value = 765). Red value is 137 (53.91% from 255 or 37.03% from 370); Green value is 142 (55.86% from 255 or 38.38% from 370); Blue value is 91 (35.94% from 255 or 24.59% from 370); Max value from RGB is 142 - color contains mainly: green. Hex color #898E5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898E5B is #7671A4. Grayscale: #868686. Windows color (decimal): -7762341 or 6000265. OLE color: 6000265.
HSL color Cylindrical-coordinate representation of color #898E5B: hue angle of 65.88º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #898E5B is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 142 | 91 | - |
| CMYK | 0.04 | 0 | 0.36 | 0.44 |
| HSL | 65.88º | 0.22% | 0.46% | - |
| HSV(B) | 65.88º | 0.36% | 0.56% | - |
| XYZ | 21.88 | 25.42 | 13.65 | - |
| YUV | 134.69 | 103.34 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 142 | 91 | 0.04 | 0 | 0.36 | 0.44 | 65.88 | 0.22 | 0.46 |
| Hex | 89 | 8E | 5B | 4 | 0 | 24 | 2C | 42 | 16 | 2E |
| Octal | 211 | 216 | 133 | 4 | 0 | 44 | 54 | 102 | 26 | 56 |
| Binary | 10001001 | 10001110 | 1011011 | 100 | 0 | 100100 | 101100 | 1000010 | 10110 | 101110 |
Color Harmonies of #898E5B
Complementary color
Monochromatic Colors of #898E5B
Black with #898E5B
Text Example
Text Example
White with #898E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898E5B; }
p { color: rgb(137,142,91); }
H1.HeaderClassName
{
color: #898E5B;
}
.AnyTagClassName
{
color: #898E5B;
}
</style>
background-color css
<style>
a { background-color: #898E5B; }
a { background-color: rgb(137,142,91); }
div.DivClassName
{
background-color: #898E5B;
}
.BgClassName
{
background-color: #898E5B;
}
</style>
border-color css
<style>
span { border-color: #898E5B; }
span { border-color: rgb(137,142,91); }
td.TdClassName
{
border-color: #898E5B;
}
.TagClassName
{
border-color: #898E5B;
}
</style>