Shades of Bitter #868D55
Tints of Bitter #868D55
RGB
CMYK
RGB Variations
Color information
#868D55 (or 0x868D55) is known color: Bitter. HEX triplet: 86, 8D and 55. RGB value is (134,141,85). Sum of RGB (Red+Green+Blue) = 134+141+85=360 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.22% from 360); Green value is 141 (55.47% from 255 or 39.17% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 141 - color contains mainly: green. Hex color #868D55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868D55 is #7972AA. Grayscale: #848484. Windows color (decimal): -7959211 or 5606790. OLE color: 5606790.
HSL color Cylindrical-coordinate representation of color #868D55: hue angle of 67.5º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #868D55 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 141 | 85 | - |
| CMYK | 0.05 | 0 | 0.40 | 0.45 |
| HSL | 67.5º | 0.25% | 0.44% | - |
| HSV(B) | 67.5º | 0.4% | 0.55% | - |
| XYZ | 21 | 24.77 | 12.27 | - |
| YUV | 132.52 | 101.18 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 141 | 85 | 0.05 | 0 | 0.40 | 0.45 | 67.5 | 0.25 | 0.44 |
| Hex | 86 | 8D | 55 | 5 | 0 | 28 | 2D | 44 | 19 | 2C |
| Octal | 206 | 215 | 125 | 5 | 0 | 50 | 55 | 104 | 31 | 54 |
| Binary | 10000110 | 10001101 | 1010101 | 101 | 0 | 101000 | 101101 | 1000100 | 11001 | 101100 |
Color Harmonies of #868D55
Complementary color
Monochromatic Colors of #868D55
Black with #868D55
Text Example
Text Example
White with #868D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868D55; }
p { color: rgb(134,141,85); }
H1.HeaderClassName
{
color: #868D55;
}
.AnyTagClassName
{
color: #868D55;
}
</style>
background-color css
<style>
a { background-color: #868D55; }
a { background-color: rgb(134,141,85); }
div.DivClassName
{
background-color: #868D55;
}
.BgClassName
{
background-color: #868D55;
}
</style>
border-color css
<style>
span { border-color: #868D55; }
span { border-color: rgb(134,141,85); }
td.TdClassName
{
border-color: #868D55;
}
.TagClassName
{
border-color: #868D55;
}
</style>