Shades of Bitter #899062
Tints of Bitter #899062
RGB
CMYK
RGB Variations
Color information
#899062 (or 0x899062) is known color: Bitter. HEX triplet: 89, 90 and 62. RGB value is (137,144,98). Sum of RGB (Red+Green+Blue) = 137+144+98=379 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.15% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 98 (38.67% from 255 or 25.86% from 379); Max value from RGB is 144 - color contains mainly: green. Hex color #899062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899062 is #766F9D. Grayscale: #888888. Windows color (decimal): -7761822 or 6459529. OLE color: 6459529.
HSL color Cylindrical-coordinate representation of color #899062: hue angle of 69.13º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #899062 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 144 | 98 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.44 |
| HSL | 69.13º | 0.19% | 0.47% | - |
| HSV(B) | 69.13º | 0.32% | 0.56% | - |
| XYZ | 22.49 | 26.15 | 15.42 | - |
| YUV | 136.66 | 106.18 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 144 | 98 | 0.05 | 0 | 0.32 | 0.44 | 69.13 | 0.19 | 0.47 |
| Hex | 89 | 90 | 62 | 5 | 0 | 20 | 2C | 45 | 13 | 2F |
| Octal | 211 | 220 | 142 | 5 | 0 | 40 | 54 | 105 | 23 | 57 |
| Binary | 10001001 | 10010000 | 1100010 | 101 | 0 | 100000 | 101100 | 1000101 | 10011 | 101111 |
Color Harmonies of #899062
Complementary color
Monochromatic Colors of #899062
Black with #899062
Text Example
Text Example
White with #899062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899062; }
p { color: rgb(137,144,98); }
H1.HeaderClassName
{
color: #899062;
}
.AnyTagClassName
{
color: #899062;
}
</style>
background-color css
<style>
a { background-color: #899062; }
a { background-color: rgb(137,144,98); }
div.DivClassName
{
background-color: #899062;
}
.BgClassName
{
background-color: #899062;
}
</style>
border-color css
<style>
span { border-color: #899062; }
span { border-color: rgb(137,144,98); }
td.TdClassName
{
border-color: #899062;
}
.TagClassName
{
border-color: #899062;
}
</style>