Shades of Bitter #848B57
Tints of Bitter #848B57
RGB
CMYK
RGB Variations
Color information
#848B57 (or 0x848B57) is known color: Bitter. HEX triplet: 84, 8B and 57. RGB value is (132,139,87). Sum of RGB (Red+Green+Blue) = 132+139+87=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 139 (54.69% from 255 or 38.83% from 358); Blue value is 87 (34.38% from 255 or 24.30% from 358); Max value from RGB is 139 - color contains mainly: green. Hex color #848B57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848B57 is #7B74A8. Grayscale: #838383. Windows color (decimal): -8090793 or 5737348. OLE color: 5737348.
HSL color Cylindrical-coordinate representation of color #848B57: hue angle of 68.08º 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 #848B57 is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 139 | 87 | - |
| CMYK | 0.05 | 0 | 0.37 | 0.45 |
| HSL | 68.08º | 0.23% | 0.44% | - |
| HSV(B) | 68.08º | 0.37% | 0.55% | - |
| XYZ | 20.47 | 24.06 | 12.58 | - |
| YUV | 130.98 | 103.18 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 139 | 87 | 0.05 | 0 | 0.37 | 0.45 | 68.08 | 0.23 | 0.44 |
| Hex | 84 | 8B | 57 | 5 | 0 | 25 | 2D | 44 | 17 | 2C |
| Octal | 204 | 213 | 127 | 5 | 0 | 45 | 55 | 104 | 27 | 54 |
| Binary | 10000100 | 10001011 | 1010111 | 101 | 0 | 100101 | 101101 | 1000100 | 10111 | 101100 |
Color Harmonies of #848B57
Complementary color
Monochromatic Colors of #848B57
Black with #848B57
Text Example
Text Example
White with #848B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848B57; }
p { color: rgb(132,139,87); }
H1.HeaderClassName
{
color: #848B57;
}
.AnyTagClassName
{
color: #848B57;
}
</style>
background-color css
<style>
a { background-color: #848B57; }
a { background-color: rgb(132,139,87); }
div.DivClassName
{
background-color: #848B57;
}
.BgClassName
{
background-color: #848B57;
}
</style>
border-color css
<style>
span { border-color: #848B57; }
span { border-color: rgb(132,139,87); }
td.TdClassName
{
border-color: #848B57;
}
.TagClassName
{
border-color: #848B57;
}
</style>