Shades of Bitter #859164
Tints of Bitter #859164
RGB
CMYK
RGB Variations
Color information
#859164 (or 0x859164) is known color: Bitter. HEX triplet: 85, 91 and 64. RGB value is (133,145,100). Sum of RGB (Red+Green+Blue) = 133+145+100=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 145 (57.03% from 255 or 38.36% from 378); Blue value is 100 (39.45% from 255 or 26.46% from 378); Max value from RGB is 145 - color contains mainly: green. Hex color #859164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859164 is #7A6E9B. Grayscale: #888888. Windows color (decimal): -8023708 or 6590853. OLE color: 6590853.
HSL color Cylindrical-coordinate representation of color #859164: hue angle of 76º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #859164 is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 133 | 145 | 100 | - |
| CMYK | 0.08 | 0 | 0.31 | 0.43 |
| HSL | 76º | 0.18% | 0.48% | - |
| HSV(B) | 76º | 0.31% | 0.57% | - |
| XYZ | 22.1 | 26.16 | 15.94 | - |
| YUV | 136.28 | 107.52 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 145 | 100 | 0.08 | 0 | 0.31 | 0.43 | 76 | 0.18 | 0.48 |
| Hex | 85 | 91 | 64 | 8 | 0 | 1F | 2B | 4C | 12 | 30 |
| Octal | 205 | 221 | 144 | 10 | 0 | 37 | 53 | 114 | 22 | 60 |
| Binary | 10000101 | 10010001 | 1100100 | 1000 | 0 | 11111 | 101011 | 1001100 | 10010 | 110000 |
Color Harmonies of #859164
Complementary color
Monochromatic Colors of #859164
Black with #859164
Text Example
Text Example
White with #859164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859164; }
p { color: rgb(133,145,100); }
H1.HeaderClassName
{
color: #859164;
}
.AnyTagClassName
{
color: #859164;
}
</style>
background-color css
<style>
a { background-color: #859164; }
a { background-color: rgb(133,145,100); }
div.DivClassName
{
background-color: #859164;
}
.BgClassName
{
background-color: #859164;
}
</style>
border-color css
<style>
span { border-color: #859164; }
span { border-color: rgb(133,145,100); }
td.TdClassName
{
border-color: #859164;
}
.TagClassName
{
border-color: #859164;
}
</style>