Shades of Bitter #858E59
Tints of Bitter #858E59
RGB
CMYK
RGB Variations
Color information
#858E59 (or 0x858E59) is known color: Bitter. HEX triplet: 85, 8E and 59. RGB value is (133,142,89). Sum of RGB (Red+Green+Blue) = 133+142+89=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 142 (55.86% from 255 or 39.01% from 364); Blue value is 89 (35.16% from 255 or 24.45% from 364); Max value from RGB is 142 - color contains mainly: green. Hex color #858E59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858E59 is #7A71A6. Grayscale: #858585. Windows color (decimal): -8024487 or 5869189. OLE color: 5869189.
HSL color Cylindrical-coordinate representation of color #858E59: hue angle of 70.19º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #858E59 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 142 | 89 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.44 |
| HSL | 70.19º | 0.23% | 0.45% | - |
| HSV(B) | 70.19º | 0.37% | 0.56% | - |
| XYZ | 21.15 | 25.05 | 13.17 | - |
| YUV | 133.27 | 103.02 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 142 | 89 | 0.06 | 0 | 0.37 | 0.44 | 70.19 | 0.23 | 0.45 |
| Hex | 85 | 8E | 59 | 6 | 0 | 25 | 2C | 46 | 17 | 2D |
| Octal | 205 | 216 | 131 | 6 | 0 | 45 | 54 | 106 | 27 | 55 |
| Binary | 10000101 | 10001110 | 1011001 | 110 | 0 | 100101 | 101100 | 1000110 | 10111 | 101101 |
Color Harmonies of #858E59
Complementary color
Monochromatic Colors of #858E59
Black with #858E59
Text Example
Text Example
White with #858E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858E59; }
p { color: rgb(133,142,89); }
H1.HeaderClassName
{
color: #858E59;
}
.AnyTagClassName
{
color: #858E59;
}
</style>
background-color css
<style>
a { background-color: #858E59; }
a { background-color: rgb(133,142,89); }
div.DivClassName
{
background-color: #858E59;
}
.BgClassName
{
background-color: #858E59;
}
</style>
border-color css
<style>
span { border-color: #858E59; }
span { border-color: rgb(133,142,89); }
td.TdClassName
{
border-color: #858E59;
}
.TagClassName
{
border-color: #858E59;
}
</style>