Shades of Bitter #848960
Tints of Bitter #848960
RGB
CMYK
RGB Variations
Color information
#848960 (or 0x848960) is known color: Bitter. HEX triplet: 84, 89 and 60. RGB value is (132,137,96). Sum of RGB (Red+Green+Blue) = 132+137+96=365 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.16% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 137 - color contains mainly: green. Hex color #848960 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848960 is #7B769F. Grayscale: #828282. Windows color (decimal): -8091296 or 6326660. OLE color: 6326660.
HSL color Cylindrical-coordinate representation of color #848960: hue angle of 67.32º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #848960 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 137 | 96 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.46 |
| HSL | 67.32º | 0.18% | 0.46% | - |
| HSV(B) | 67.32º | 0.3% | 0.54% | - |
| XYZ | 20.57 | 23.64 | 14.55 | - |
| YUV | 130.83 | 108.34 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 137 | 96 | 0.04 | 0 | 0.30 | 0.46 | 67.32 | 0.18 | 0.46 |
| Hex | 84 | 89 | 60 | 4 | 0 | 1E | 2E | 43 | 12 | 2E |
| Octal | 204 | 211 | 140 | 4 | 0 | 36 | 56 | 103 | 22 | 56 |
| Binary | 10000100 | 10001001 | 1100000 | 100 | 0 | 11110 | 101110 | 1000011 | 10010 | 101110 |
Color Harmonies of #848960
Complementary color
Monochromatic Colors of #848960
Black with #848960
Text Example
Text Example
White with #848960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848960; }
p { color: rgb(132,137,96); }
H1.HeaderClassName
{
color: #848960;
}
.AnyTagClassName
{
color: #848960;
}
</style>
background-color css
<style>
a { background-color: #848960; }
a { background-color: rgb(132,137,96); }
div.DivClassName
{
background-color: #848960;
}
.BgClassName
{
background-color: #848960;
}
</style>
border-color css
<style>
span { border-color: #848960; }
span { border-color: rgb(132,137,96); }
td.TdClassName
{
border-color: #848960;
}
.TagClassName
{
border-color: #848960;
}
</style>