Shades of Bitter #848C56
Tints of Bitter #848C56
RGB
CMYK
RGB Variations
Color information
#848C56 (or 0x848C56) is known color: Bitter. HEX triplet: 84, 8C and 56. RGB value is (132,140,86). Sum of RGB (Red+Green+Blue) = 132+140+86=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 140 (55.08% from 255 or 39.11% from 358); Blue value is 86 (33.98% from 255 or 24.02% from 358); Max value from RGB is 140 - color contains mainly: green. Hex color #848C56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848C56 is #7B73A9. Grayscale: #838383. Windows color (decimal): -8090538 or 5672068. OLE color: 5672068.
HSL color Cylindrical-coordinate representation of color #848C56: hue angle of 68.89º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #848C56 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 140 | 86 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.45 |
| HSL | 68.89º | 0.24% | 0.44% | - |
| HSV(B) | 68.89º | 0.39% | 0.55% | - |
| XYZ | 20.57 | 24.33 | 12.42 | - |
| YUV | 131.45 | 102.35 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 140 | 86 | 0.06 | 0 | 0.39 | 0.45 | 68.89 | 0.24 | 0.44 |
| Hex | 84 | 8C | 56 | 6 | 0 | 27 | 2D | 45 | 18 | 2C |
| Octal | 204 | 214 | 126 | 6 | 0 | 47 | 55 | 105 | 30 | 54 |
| Binary | 10000100 | 10001100 | 1010110 | 110 | 0 | 100111 | 101101 | 1000101 | 11000 | 101100 |
Color Harmonies of #848C56
Complementary color
Monochromatic Colors of #848C56
Black with #848C56
Text Example
Text Example
White with #848C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848C56; }
p { color: rgb(132,140,86); }
H1.HeaderClassName
{
color: #848C56;
}
.AnyTagClassName
{
color: #848C56;
}
</style>
background-color css
<style>
a { background-color: #848C56; }
a { background-color: rgb(132,140,86); }
div.DivClassName
{
background-color: #848C56;
}
.BgClassName
{
background-color: #848C56;
}
</style>
border-color css
<style>
span { border-color: #848C56; }
span { border-color: rgb(132,140,86); }
td.TdClassName
{
border-color: #848C56;
}
.TagClassName
{
border-color: #848C56;
}
</style>