Shades of Bitter #848862
Tints of Bitter #848862
RGB
CMYK
RGB Variations
Color information
#848862 (or 0x848862) is known color: Bitter. HEX triplet: 84, 88 and 62. RGB value is (132,136,98). Sum of RGB (Red+Green+Blue) = 132+136+98=366 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.07% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 98 (38.67% from 255 or 26.78% from 366); Max value from RGB is 136 - color contains mainly: green. Hex color #848862 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848862 is #7B779D. Grayscale: #828282. Windows color (decimal): -8091550 or 6457476. OLE color: 6457476.
HSL color Cylindrical-coordinate representation of color #848862: hue angle of 66.32º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #848862 is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 136 | 98 | - |
| CMYK | 0.03 | 0 | 0.28 | 0.47 |
| HSL | 66.32º | 0.16% | 0.46% | - |
| HSV(B) | 66.32º | 0.28% | 0.53% | - |
| XYZ | 20.52 | 23.4 | 14.99 | - |
| YUV | 130.47 | 109.67 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 136 | 98 | 0.03 | 0 | 0.28 | 0.47 | 66.32 | 0.16 | 0.46 |
| Hex | 84 | 88 | 62 | 3 | 0 | 1C | 2F | 42 | 10 | 2E |
| Octal | 204 | 210 | 142 | 3 | 0 | 34 | 57 | 102 | 20 | 56 |
| Binary | 10000100 | 10001000 | 1100010 | 11 | 0 | 11100 | 101111 | 1000010 | 10000 | 101110 |
Color Harmonies of #848862
Complementary color
Monochromatic Colors of #848862
Black with #848862
Text Example
Text Example
White with #848862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848862; }
p { color: rgb(132,136,98); }
H1.HeaderClassName
{
color: #848862;
}
.AnyTagClassName
{
color: #848862;
}
</style>
background-color css
<style>
a { background-color: #848862; }
a { background-color: rgb(132,136,98); }
div.DivClassName
{
background-color: #848862;
}
.BgClassName
{
background-color: #848862;
}
</style>
border-color css
<style>
span { border-color: #848862; }
span { border-color: rgb(132,136,98); }
td.TdClassName
{
border-color: #848862;
}
.TagClassName
{
border-color: #848862;
}
</style>