Shades of Bitter #858C57
Tints of Bitter #858C57
RGB
CMYK
RGB Variations
Color information
#858C57 (or 0x858C57) is known color: Bitter. HEX triplet: 85, 8C and 57. RGB value is (133,140,87). Sum of RGB (Red+Green+Blue) = 133+140+87=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 140 (55.08% from 255 or 38.89% from 360); Blue value is 87 (34.38% from 255 or 24.17% from 360); Max value from RGB is 140 - color contains mainly: green. Hex color #858C57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858C57 is #7A73A8. Grayscale: #848484. Windows color (decimal): -8025001 or 5737605. OLE color: 5737605.
HSL color Cylindrical-coordinate representation of color #858C57: hue angle of 67.92º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #858C57 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 140 | 87 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.45 |
| HSL | 67.92º | 0.23% | 0.45% | - |
| HSV(B) | 67.92º | 0.38% | 0.55% | - |
| XYZ | 20.77 | 24.43 | 12.64 | - |
| YUV | 131.87 | 102.68 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 140 | 87 | 0.05 | 0 | 0.38 | 0.45 | 67.92 | 0.23 | 0.45 |
| Hex | 85 | 8C | 57 | 5 | 0 | 26 | 2D | 44 | 17 | 2D |
| Octal | 205 | 214 | 127 | 5 | 0 | 46 | 55 | 104 | 27 | 55 |
| Binary | 10000101 | 10001100 | 1010111 | 101 | 0 | 100110 | 101101 | 1000100 | 10111 | 101101 |
Color Harmonies of #858C57
Complementary color
Monochromatic Colors of #858C57
Black with #858C57
Text Example
Text Example
White with #858C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858C57; }
p { color: rgb(133,140,87); }
H1.HeaderClassName
{
color: #858C57;
}
.AnyTagClassName
{
color: #858C57;
}
</style>
background-color css
<style>
a { background-color: #858C57; }
a { background-color: rgb(133,140,87); }
div.DivClassName
{
background-color: #858C57;
}
.BgClassName
{
background-color: #858C57;
}
</style>
border-color css
<style>
span { border-color: #858C57; }
span { border-color: rgb(133,140,87); }
td.TdClassName
{
border-color: #858C57;
}
.TagClassName
{
border-color: #858C57;
}
</style>