Shades of Bitter #899259
Tints of Bitter #899259
RGB
CMYK
RGB Variations
Color information
#899259 (or 0x899259) is known color: Bitter. HEX triplet: 89, 92 and 59. RGB value is (137,146,89). Sum of RGB (Red+Green+Blue) = 137+146+89=372 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.83% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 89 (35.16% from 255 or 23.92% from 372); Max value from RGB is 146 - color contains mainly: green. Hex color #899259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899259 is #766DA6. Grayscale: #898989. Windows color (decimal): -7761319 or 5870217. OLE color: 5870217.
HSL color Cylindrical-coordinate representation of color #899259: hue angle of 69.47º 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 #899259 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 146 | 89 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.43 |
| HSL | 69.47º | 0.24% | 0.46% | - |
| HSV(B) | 69.47º | 0.39% | 0.57% | - |
| XYZ | 22.4 | 26.6 | 13.4 | - |
| YUV | 136.81 | 101.02 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 146 | 89 | 0.06 | 0 | 0.39 | 0.43 | 69.47 | 0.24 | 0.46 |
| Hex | 89 | 92 | 59 | 6 | 0 | 27 | 2B | 45 | 18 | 2E |
| Octal | 211 | 222 | 131 | 6 | 0 | 47 | 53 | 105 | 30 | 56 |
| Binary | 10001001 | 10010010 | 1011001 | 110 | 0 | 100111 | 101011 | 1000101 | 11000 | 101110 |
Color Harmonies of #899259
Complementary color
Monochromatic Colors of #899259
Black with #899259
Text Example
Text Example
White with #899259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899259; }
p { color: rgb(137,146,89); }
H1.HeaderClassName
{
color: #899259;
}
.AnyTagClassName
{
color: #899259;
}
</style>
background-color css
<style>
a { background-color: #899259; }
a { background-color: rgb(137,146,89); }
div.DivClassName
{
background-color: #899259;
}
.BgClassName
{
background-color: #899259;
}
</style>
border-color css
<style>
span { border-color: #899259; }
span { border-color: rgb(137,146,89); }
td.TdClassName
{
border-color: #899259;
}
.TagClassName
{
border-color: #899259;
}
</style>