Shades of Bitter #858B57
Tints of Bitter #858B57
RGB
CMYK
RGB Variations
Color information
#858B57 (or 0x858B57) is known color: Bitter. HEX triplet: 85, 8B and 57. RGB value is (133,139,87). Sum of RGB (Red+Green+Blue) = 133+139+87=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 139 (54.69% from 255 or 38.72% from 359); Blue value is 87 (34.38% from 255 or 24.23% from 359); Max value from RGB is 139 - color contains mainly: green. Hex color #858B57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858B57 is #7A74A8. Grayscale: #838383. Windows color (decimal): -8025257 or 5737349. OLE color: 5737349.
HSL color Cylindrical-coordinate representation of color #858B57: hue angle of 66.92º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #858B57 is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 139 | 87 | - |
| CMYK | 0.04 | 0 | 0.37 | 0.45 |
| HSL | 66.92º | 0.23% | 0.44% | - |
| HSV(B) | 66.92º | 0.37% | 0.55% | - |
| XYZ | 20.63 | 24.14 | 12.59 | - |
| YUV | 131.28 | 103.01 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 139 | 87 | 0.04 | 0 | 0.37 | 0.45 | 66.92 | 0.23 | 0.44 |
| Hex | 85 | 8B | 57 | 4 | 0 | 25 | 2D | 43 | 17 | 2C |
| Octal | 205 | 213 | 127 | 4 | 0 | 45 | 55 | 103 | 27 | 54 |
| Binary | 10000101 | 10001011 | 1010111 | 100 | 0 | 100101 | 101101 | 1000011 | 10111 | 101100 |
Color Harmonies of #858B57
Complementary color
Monochromatic Colors of #858B57
Black with #858B57
Text Example
Text Example
White with #858B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858B57; }
p { color: rgb(133,139,87); }
H1.HeaderClassName
{
color: #858B57;
}
.AnyTagClassName
{
color: #858B57;
}
</style>
background-color css
<style>
a { background-color: #858B57; }
a { background-color: rgb(133,139,87); }
div.DivClassName
{
background-color: #858B57;
}
.BgClassName
{
background-color: #858B57;
}
</style>
border-color css
<style>
span { border-color: #858B57; }
span { border-color: rgb(133,139,87); }
td.TdClassName
{
border-color: #858B57;
}
.TagClassName
{
border-color: #858B57;
}
</style>