Shades of Bitter #858E55
Tints of Bitter #858E55
RGB
CMYK
RGB Variations
Color information
#858E55 (or 0x858E55) is known color: Bitter. HEX triplet: 85, 8E and 55. RGB value is (133,142,85). Sum of RGB (Red+Green+Blue) = 133+142+85=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 142 (55.86% from 255 or 39.44% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 142 - color contains mainly: green. Hex color #858E55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858E55 is #7A71AA. Grayscale: #858585. Windows color (decimal): -8024491 or 5607045. OLE color: 5607045.
HSL color Cylindrical-coordinate representation of color #858E55: hue angle of 69.47º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #858E55 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 142 | 85 | - |
| CMYK | 0.06 | 0 | 0.40 | 0.44 |
| HSL | 69.47º | 0.25% | 0.45% | - |
| HSV(B) | 69.47º | 0.4% | 0.56% | - |
| XYZ | 20.99 | 24.99 | 12.31 | - |
| YUV | 132.81 | 101.02 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 142 | 85 | 0.06 | 0 | 0.40 | 0.44 | 69.47 | 0.25 | 0.45 |
| Hex | 85 | 8E | 55 | 6 | 0 | 28 | 2C | 45 | 19 | 2D |
| Octal | 205 | 216 | 125 | 6 | 0 | 50 | 54 | 105 | 31 | 55 |
| Binary | 10000101 | 10001110 | 1010101 | 110 | 0 | 101000 | 101100 | 1000101 | 11001 | 101101 |
Color Harmonies of #858E55
Complementary color
Monochromatic Colors of #858E55
Black with #858E55
Text Example
Text Example
White with #858E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858E55; }
p { color: rgb(133,142,85); }
H1.HeaderClassName
{
color: #858E55;
}
.AnyTagClassName
{
color: #858E55;
}
</style>
background-color css
<style>
a { background-color: #858E55; }
a { background-color: rgb(133,142,85); }
div.DivClassName
{
background-color: #858E55;
}
.BgClassName
{
background-color: #858E55;
}
</style>
border-color css
<style>
span { border-color: #858E55; }
span { border-color: rgb(133,142,85); }
td.TdClassName
{
border-color: #858E55;
}
.TagClassName
{
border-color: #858E55;
}
</style>