Shades of Bitter #859165
Tints of Bitter #859165
RGB
CMYK
RGB Variations
Color information
#859165 (or 0x859165) is known color: Bitter. HEX triplet: 85, 91 and 65. RGB value is (133,145,101). Sum of RGB (Red+Green+Blue) = 133+145+101=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 101 (39.84% from 255 or 26.65% from 379); Max value from RGB is 145 - color contains mainly: green. Hex color #859165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859165 is #7A6E9A. Grayscale: #888888. Windows color (decimal): -8023707 or 6656389. OLE color: 6656389.
HSL color Cylindrical-coordinate representation of color #859165: hue angle of 76.36º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #859165 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 133 | 145 | 101 | - |
| CMYK | 0.08 | 0 | 0.30 | 0.43 |
| HSL | 76.36º | 0.18% | 0.48% | - |
| HSV(B) | 76.36º | 0.3% | 0.57% | - |
| XYZ | 22.15 | 26.18 | 16.2 | - |
| YUV | 136.4 | 108.02 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 145 | 101 | 0.08 | 0 | 0.30 | 0.43 | 76.36 | 0.18 | 0.48 |
| Hex | 85 | 91 | 65 | 8 | 0 | 1E | 2B | 4C | 12 | 30 |
| Octal | 205 | 221 | 145 | 10 | 0 | 36 | 53 | 114 | 22 | 60 |
| Binary | 10000101 | 10010001 | 1100101 | 1000 | 0 | 11110 | 101011 | 1001100 | 10010 | 110000 |
Color Harmonies of #859165
Complementary color
Monochromatic Colors of #859165
Black with #859165
Text Example
Text Example
White with #859165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859165; }
p { color: rgb(133,145,101); }
H1.HeaderClassName
{
color: #859165;
}
.AnyTagClassName
{
color: #859165;
}
</style>
background-color css
<style>
a { background-color: #859165; }
a { background-color: rgb(133,145,101); }
div.DivClassName
{
background-color: #859165;
}
.BgClassName
{
background-color: #859165;
}
</style>
border-color css
<style>
span { border-color: #859165; }
span { border-color: rgb(133,145,101); }
td.TdClassName
{
border-color: #859165;
}
.TagClassName
{
border-color: #859165;
}
</style>