Shades of Bitter #859255
Tints of Bitter #859255
RGB
CMYK
RGB Variations
Color information
#859255 (or 0x859255) is known color: Bitter. HEX triplet: 85, 92 and 55. RGB value is (133,146,85). Sum of RGB (Red+Green+Blue) = 133+146+85=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 146 (57.42% from 255 or 40.11% from 364); Blue value is 85 (33.59% from 255 or 23.35% from 364); Max value from RGB is 146 - color contains mainly: green. Hex color #859255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859255 is #7A6DAA. Grayscale: #878787. Windows color (decimal): -8023467 or 5608069. OLE color: 5608069.
HSL color Cylindrical-coordinate representation of color #859255: hue angle of 72.79º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #859255 is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 133 | 146 | 85 | - |
| CMYK | 0.09 | 0 | 0.42 | 0.43 |
| HSL | 72.79º | 0.26% | 0.45% | - |
| HSV(B) | 72.79º | 0.42% | 0.57% | - |
| XYZ | 21.59 | 26.2 | 12.51 | - |
| YUV | 135.16 | 99.69 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 146 | 85 | 0.09 | 0 | 0.42 | 0.43 | 72.79 | 0.26 | 0.45 |
| Hex | 85 | 92 | 55 | 9 | 0 | 2A | 2B | 49 | 1A | 2D |
| Octal | 205 | 222 | 125 | 11 | 0 | 52 | 53 | 111 | 32 | 55 |
| Binary | 10000101 | 10010010 | 1010101 | 1001 | 0 | 101010 | 101011 | 1001001 | 11010 | 101101 |
Color Harmonies of #859255
Complementary color
Monochromatic Colors of #859255
Black with #859255
Text Example
Text Example
White with #859255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859255; }
p { color: rgb(133,146,85); }
H1.HeaderClassName
{
color: #859255;
}
.AnyTagClassName
{
color: #859255;
}
</style>
background-color css
<style>
a { background-color: #859255; }
a { background-color: rgb(133,146,85); }
div.DivClassName
{
background-color: #859255;
}
.BgClassName
{
background-color: #859255;
}
</style>
border-color css
<style>
span { border-color: #859255; }
span { border-color: rgb(133,146,85); }
td.TdClassName
{
border-color: #859255;
}
.TagClassName
{
border-color: #859255;
}
</style>