Shades of Bitter #898D5E
Tints of Bitter #898D5E
RGB
CMYK
RGB Variations
Color information
#898D5E (or 0x898D5E) is known color: Bitter. HEX triplet: 89, 8D and 5E. RGB value is (137,141,94). Sum of RGB (Red+Green+Blue) = 137+141+94=372 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.83% from 372); Green value is 141 (55.47% from 255 or 37.90% from 372); Blue value is 94 (37.11% from 255 or 25.27% from 372); Max value from RGB is 141 - color contains mainly: green. Hex color #898D5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898D5E is #7672A1. Grayscale: #868686. Windows color (decimal): -7762594 or 6196617. OLE color: 6196617.
HSL color Cylindrical-coordinate representation of color #898D5E: hue angle of 65.11º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #898D5E is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 141 | 94 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.45 |
| HSL | 65.11º | 0.2% | 0.46% | - |
| HSV(B) | 65.11º | 0.33% | 0.55% | - |
| XYZ | 21.86 | 25.18 | 14.3 | - |
| YUV | 134.45 | 105.17 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 141 | 94 | 0.03 | 0 | 0.33 | 0.45 | 65.11 | 0.2 | 0.46 |
| Hex | 89 | 8D | 5E | 3 | 0 | 21 | 2D | 41 | 14 | 2E |
| Octal | 211 | 215 | 136 | 3 | 0 | 41 | 55 | 101 | 24 | 56 |
| Binary | 10001001 | 10001101 | 1011110 | 11 | 0 | 100001 | 101101 | 1000001 | 10100 | 101110 |
Color Harmonies of #898D5E
Complementary color
Monochromatic Colors of #898D5E
Black with #898D5E
Text Example
Text Example
White with #898D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898D5E; }
p { color: rgb(137,141,94); }
H1.HeaderClassName
{
color: #898D5E;
}
.AnyTagClassName
{
color: #898D5E;
}
</style>
background-color css
<style>
a { background-color: #898D5E; }
a { background-color: rgb(137,141,94); }
div.DivClassName
{
background-color: #898D5E;
}
.BgClassName
{
background-color: #898D5E;
}
</style>
border-color css
<style>
span { border-color: #898D5E; }
span { border-color: rgb(137,141,94); }
td.TdClassName
{
border-color: #898D5E;
}
.TagClassName
{
border-color: #898D5E;
}
</style>