Shades of Bitter #898F5E
Tints of Bitter #898F5E
RGB
CMYK
RGB Variations
Color information
#898F5E (or 0x898F5E) is known color: Bitter. HEX triplet: 89, 8F and 5E. RGB value is (137,143,94). Sum of RGB (Red+Green+Blue) = 137+143+94=374 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.63% from 374); Green value is 143 (56.25% from 255 or 38.24% from 374); Blue value is 94 (37.11% from 255 or 25.13% from 374); Max value from RGB is 143 - color contains mainly: green. Hex color #898F5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898F5E is #7670A1. Grayscale: #878787. Windows color (decimal): -7762082 or 6197129. OLE color: 6197129.
HSL color Cylindrical-coordinate representation of color #898F5E: hue angle of 67.35º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #898F5E is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 143 | 94 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.44 |
| HSL | 67.35º | 0.21% | 0.46% | - |
| HSV(B) | 67.35º | 0.34% | 0.56% | - |
| XYZ | 22.16 | 25.77 | 14.4 | - |
| YUV | 135.62 | 104.51 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 143 | 94 | 0.04 | 0 | 0.34 | 0.44 | 67.35 | 0.21 | 0.46 |
| Hex | 89 | 8F | 5E | 4 | 0 | 22 | 2C | 43 | 15 | 2E |
| Octal | 211 | 217 | 136 | 4 | 0 | 42 | 54 | 103 | 25 | 56 |
| Binary | 10001001 | 10001111 | 1011110 | 100 | 0 | 100010 | 101100 | 1000011 | 10101 | 101110 |
Color Harmonies of #898F5E
Complementary color
Monochromatic Colors of #898F5E
Black with #898F5E
Text Example
Text Example
White with #898F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898F5E; }
p { color: rgb(137,143,94); }
H1.HeaderClassName
{
color: #898F5E;
}
.AnyTagClassName
{
color: #898F5E;
}
</style>
background-color css
<style>
a { background-color: #898F5E; }
a { background-color: rgb(137,143,94); }
div.DivClassName
{
background-color: #898F5E;
}
.BgClassName
{
background-color: #898F5E;
}
</style>
border-color css
<style>
span { border-color: #898F5E; }
span { border-color: rgb(137,143,94); }
td.TdClassName
{
border-color: #898F5E;
}
.TagClassName
{
border-color: #898F5E;
}
</style>