Shades of Bitter #858C61
Tints of Bitter #858C61
RGB
CMYK
RGB Variations
Color information
#858C61 (or 0x858C61) is known color: Bitter. HEX triplet: 85, 8C and 61. RGB value is (133,140,97). Sum of RGB (Red+Green+Blue) = 133+140+97=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 140 (55.08% from 255 or 37.84% from 370); Blue value is 97 (38.28% from 255 or 26.22% from 370); Max value from RGB is 140 - color contains mainly: green. Hex color #858C61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858C61 is #7A739E. Grayscale: #858585. Windows color (decimal): -8024991 or 6392965. OLE color: 6392965.
HSL color Cylindrical-coordinate representation of color #858C61: hue angle of 69.77º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #858C61 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 140 | 97 | - |
| CMYK | 0.05 | 0 | 0.31 | 0.45 |
| HSL | 69.77º | 0.18% | 0.46% | - |
| HSV(B) | 69.77º | 0.31% | 0.55% | - |
| XYZ | 21.21 | 24.61 | 14.94 | - |
| YUV | 133.01 | 107.68 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 140 | 97 | 0.05 | 0 | 0.31 | 0.45 | 69.77 | 0.18 | 0.46 |
| Hex | 85 | 8C | 61 | 5 | 0 | 1F | 2D | 46 | 12 | 2E |
| Octal | 205 | 214 | 141 | 5 | 0 | 37 | 55 | 106 | 22 | 56 |
| Binary | 10000101 | 10001100 | 1100001 | 101 | 0 | 11111 | 101101 | 1000110 | 10010 | 101110 |
Color Harmonies of #858C61
Complementary color
Monochromatic Colors of #858C61
Black with #858C61
Text Example
Text Example
White with #858C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858C61; }
p { color: rgb(133,140,97); }
H1.HeaderClassName
{
color: #858C61;
}
.AnyTagClassName
{
color: #858C61;
}
</style>
background-color css
<style>
a { background-color: #858C61; }
a { background-color: rgb(133,140,97); }
div.DivClassName
{
background-color: #858C61;
}
.BgClassName
{
background-color: #858C61;
}
</style>
border-color css
<style>
span { border-color: #858C61; }
span { border-color: rgb(133,140,97); }
td.TdClassName
{
border-color: #858C61;
}
.TagClassName
{
border-color: #858C61;
}
</style>