Shades of Bitter #898F5A
Tints of Bitter #898F5A
RGB
CMYK
RGB Variations
Color information
#898F5A (or 0x898F5A) is known color: Bitter. HEX triplet: 89, 8F and 5A. RGB value is (137,143,90). Sum of RGB (Red+Green+Blue) = 137+143+90=370 (49% of max value = 765). Red value is 137 (53.91% from 255 or 37.03% from 370); Green value is 143 (56.25% from 255 or 38.65% from 370); Blue value is 90 (35.55% from 255 or 24.32% from 370); Max value from RGB is 143 - color contains mainly: green. Hex color #898F5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898F5A is #7670A5. Grayscale: #878787. Windows color (decimal): -7762086 or 5934985. OLE color: 5934985.
HSL color Cylindrical-coordinate representation of color #898F5A: hue angle of 66.79º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #898F5A is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 143 | 90 | - |
| CMYK | 0.04 | 0 | 0.37 | 0.44 |
| HSL | 66.79º | 0.23% | 0.46% | - |
| HSV(B) | 66.79º | 0.37% | 0.56% | - |
| XYZ | 21.98 | 25.7 | 13.48 | - |
| YUV | 135.16 | 102.51 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 143 | 90 | 0.04 | 0 | 0.37 | 0.44 | 66.79 | 0.23 | 0.46 |
| Hex | 89 | 8F | 5A | 4 | 0 | 25 | 2C | 43 | 17 | 2E |
| Octal | 211 | 217 | 132 | 4 | 0 | 45 | 54 | 103 | 27 | 56 |
| Binary | 10001001 | 10001111 | 1011010 | 100 | 0 | 100101 | 101100 | 1000011 | 10111 | 101110 |
Color Harmonies of #898F5A
Complementary color
Monochromatic Colors of #898F5A
Black with #898F5A
Text Example
Text Example
White with #898F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898F5A; }
p { color: rgb(137,143,90); }
H1.HeaderClassName
{
color: #898F5A;
}
.AnyTagClassName
{
color: #898F5A;
}
</style>
background-color css
<style>
a { background-color: #898F5A; }
a { background-color: rgb(137,143,90); }
div.DivClassName
{
background-color: #898F5A;
}
.BgClassName
{
background-color: #898F5A;
}
</style>
border-color css
<style>
span { border-color: #898F5A; }
span { border-color: rgb(137,143,90); }
td.TdClassName
{
border-color: #898F5A;
}
.TagClassName
{
border-color: #898F5A;
}
</style>