Shades of Bitter #899159
Tints of Bitter #899159
RGB
CMYK
RGB Variations
Color information
#899159 (or 0x899159) is known color: Bitter. HEX triplet: 89, 91 and 59. RGB value is (137,145,89). Sum of RGB (Red+Green+Blue) = 137+145+89=371 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.93% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 89 (35.16% from 255 or 23.99% from 371); Max value from RGB is 145 - color contains mainly: green. Hex color #899159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899159 is #766EA6. Grayscale: #888888. Windows color (decimal): -7761575 or 5869961. OLE color: 5869961.
HSL color Cylindrical-coordinate representation of color #899159: hue angle of 68.57º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #899159 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 145 | 89 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.43 |
| HSL | 68.57º | 0.24% | 0.46% | - |
| HSV(B) | 68.57º | 0.39% | 0.57% | - |
| XYZ | 22.25 | 26.29 | 13.35 | - |
| YUV | 136.22 | 101.35 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 145 | 89 | 0.06 | 0 | 0.39 | 0.43 | 68.57 | 0.24 | 0.46 |
| Hex | 89 | 91 | 59 | 6 | 0 | 27 | 2B | 45 | 18 | 2E |
| Octal | 211 | 221 | 131 | 6 | 0 | 47 | 53 | 105 | 30 | 56 |
| Binary | 10001001 | 10010001 | 1011001 | 110 | 0 | 100111 | 101011 | 1000101 | 11000 | 101110 |
Color Harmonies of #899159
Complementary color
Monochromatic Colors of #899159
Black with #899159
Text Example
Text Example
White with #899159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899159; }
p { color: rgb(137,145,89); }
H1.HeaderClassName
{
color: #899159;
}
.AnyTagClassName
{
color: #899159;
}
</style>
background-color css
<style>
a { background-color: #899159; }
a { background-color: rgb(137,145,89); }
div.DivClassName
{
background-color: #899159;
}
.BgClassName
{
background-color: #899159;
}
</style>
border-color css
<style>
span { border-color: #899159; }
span { border-color: rgb(137,145,89); }
td.TdClassName
{
border-color: #899159;
}
.TagClassName
{
border-color: #899159;
}
</style>