Shades of Bitter #858862
Tints of Bitter #858862
RGB
CMYK
RGB Variations
Color information
#858862 (or 0x858862) is known color: Bitter. HEX triplet: 85, 88 and 62. RGB value is (133,136,98). Sum of RGB (Red+Green+Blue) = 133+136+98=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 98 (38.67% from 255 or 26.70% from 367); Max value from RGB is 136 - color contains mainly: green. Hex color #858862 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858862 is #7A779D. Grayscale: #828282. Windows color (decimal): -8026014 or 6457477. OLE color: 6457477.
HSL color Cylindrical-coordinate representation of color #858862: hue angle of 64.74º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #858862 is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 136 | 98 | - |
| CMYK | 0.02 | 0 | 0.28 | 0.47 |
| HSL | 64.74º | 0.16% | 0.46% | - |
| HSV(B) | 64.74º | 0.28% | 0.53% | - |
| XYZ | 20.68 | 23.48 | 15 | - |
| YUV | 130.77 | 109.51 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 136 | 98 | 0.02 | 0 | 0.28 | 0.47 | 64.74 | 0.16 | 0.46 |
| Hex | 85 | 88 | 62 | 2 | 0 | 1C | 2F | 41 | 10 | 2E |
| Octal | 205 | 210 | 142 | 2 | 0 | 34 | 57 | 101 | 20 | 56 |
| Binary | 10000101 | 10001000 | 1100010 | 10 | 0 | 11100 | 101111 | 1000001 | 10000 | 101110 |
Color Harmonies of #858862
Complementary color
Monochromatic Colors of #858862
Black with #858862
Text Example
Text Example
White with #858862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858862; }
p { color: rgb(133,136,98); }
H1.HeaderClassName
{
color: #858862;
}
.AnyTagClassName
{
color: #858862;
}
</style>
background-color css
<style>
a { background-color: #858862; }
a { background-color: rgb(133,136,98); }
div.DivClassName
{
background-color: #858862;
}
.BgClassName
{
background-color: #858862;
}
</style>
border-color css
<style>
span { border-color: #858862; }
span { border-color: rgb(133,136,98); }
td.TdClassName
{
border-color: #858862;
}
.TagClassName
{
border-color: #858862;
}
</style>