Shades of Bitter #848B60
Tints of Bitter #848B60
RGB
CMYK
RGB Variations
Color information
#848B60 (or 0x848B60) is known color: Bitter. HEX triplet: 84, 8B and 60. RGB value is (132,139,96). Sum of RGB (Red+Green+Blue) = 132+139+96=367 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.97% from 367); Green value is 139 (54.69% from 255 or 37.87% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 139 - color contains mainly: green. Hex color #848B60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848B60 is #7B749F. Grayscale: #848484. Windows color (decimal): -8090784 or 6327172. OLE color: 6327172.
HSL color Cylindrical-coordinate representation of color #848B60: 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 #848B60 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 139 | 96 | - |
| CMYK | 0.05 | 0 | 0.31 | 0.45 |
| HSL | 69.77º | 0.18% | 0.46% | - |
| HSV(B) | 69.77º | 0.31% | 0.55% | - |
| XYZ | 20.86 | 24.22 | 14.64 | - |
| YUV | 132.01 | 107.68 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 139 | 96 | 0.05 | 0 | 0.31 | 0.45 | 69.77 | 0.18 | 0.46 |
| Hex | 84 | 8B | 60 | 5 | 0 | 1F | 2D | 46 | 12 | 2E |
| Octal | 204 | 213 | 140 | 5 | 0 | 37 | 55 | 106 | 22 | 56 |
| Binary | 10000100 | 10001011 | 1100000 | 101 | 0 | 11111 | 101101 | 1000110 | 10010 | 101110 |
Color Harmonies of #848B60
Complementary color
Monochromatic Colors of #848B60
Black with #848B60
Text Example
Text Example
White with #848B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848B60; }
p { color: rgb(132,139,96); }
H1.HeaderClassName
{
color: #848B60;
}
.AnyTagClassName
{
color: #848B60;
}
</style>
background-color css
<style>
a { background-color: #848B60; }
a { background-color: rgb(132,139,96); }
div.DivClassName
{
background-color: #848B60;
}
.BgClassName
{
background-color: #848B60;
}
</style>
border-color css
<style>
span { border-color: #848B60; }
span { border-color: rgb(132,139,96); }
td.TdClassName
{
border-color: #848B60;
}
.TagClassName
{
border-color: #848B60;
}
</style>