Shades of Bitter #848963
Tints of Bitter #848963
RGB
CMYK
RGB Variations
Color information
#848963 (or 0x848963) is known color: Bitter. HEX triplet: 84, 89 and 63. RGB value is (132,137,99). Sum of RGB (Red+Green+Blue) = 132+137+99=368 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.87% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 99 (39.06% from 255 or 26.90% from 368); Max value from RGB is 137 - color contains mainly: green. Hex color #848963 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848963 is #7B769C. Grayscale: #838383. Windows color (decimal): -8091293 or 6523268. OLE color: 6523268.
HSL color Cylindrical-coordinate representation of color #848963: hue angle of 67.89º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #848963 is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 137 | 99 | - |
| CMYK | 0.04 | 0 | 0.28 | 0.46 |
| HSL | 67.89º | 0.16% | 0.46% | - |
| HSV(B) | 67.89º | 0.28% | 0.54% | - |
| XYZ | 20.71 | 23.7 | 15.29 | - |
| YUV | 131.17 | 109.84 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 137 | 99 | 0.04 | 0 | 0.28 | 0.46 | 67.89 | 0.16 | 0.46 |
| Hex | 84 | 89 | 63 | 4 | 0 | 1C | 2E | 44 | 10 | 2E |
| Octal | 204 | 211 | 143 | 4 | 0 | 34 | 56 | 104 | 20 | 56 |
| Binary | 10000100 | 10001001 | 1100011 | 100 | 0 | 11100 | 101110 | 1000100 | 10000 | 101110 |
Color Harmonies of #848963
Complementary color
Monochromatic Colors of #848963
Black with #848963
Text Example
Text Example
White with #848963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848963; }
p { color: rgb(132,137,99); }
H1.HeaderClassName
{
color: #848963;
}
.AnyTagClassName
{
color: #848963;
}
</style>
background-color css
<style>
a { background-color: #848963; }
a { background-color: rgb(132,137,99); }
div.DivClassName
{
background-color: #848963;
}
.BgClassName
{
background-color: #848963;
}
</style>
border-color css
<style>
span { border-color: #848963; }
span { border-color: rgb(132,137,99); }
td.TdClassName
{
border-color: #848963;
}
.TagClassName
{
border-color: #848963;
}
</style>