Shades of Bitter #848E55
Tints of Bitter #848E55
RGB
CMYK
RGB Variations
Color information
#848E55 (or 0x848E55) is known color: Bitter. HEX triplet: 84, 8E and 55. RGB value is (132,142,85). Sum of RGB (Red+Green+Blue) = 132+142+85=359 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.77% from 359); Green value is 142 (55.86% from 255 or 39.55% from 359); Blue value is 85 (33.59% from 255 or 23.68% from 359); Max value from RGB is 142 - color contains mainly: green. Hex color #848E55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848E55 is #7B71AA. Grayscale: #848484. Windows color (decimal): -8090027 or 5607044. OLE color: 5607044.
HSL color Cylindrical-coordinate representation of color #848E55: hue angle of 70.53º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #848E55 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 142 | 85 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.44 |
| HSL | 70.53º | 0.25% | 0.45% | - |
| HSV(B) | 70.53º | 0.4% | 0.56% | - |
| XYZ | 20.83 | 24.91 | 12.3 | - |
| YUV | 132.51 | 101.19 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 142 | 85 | 0.07 | 0 | 0.40 | 0.44 | 70.53 | 0.25 | 0.45 |
| Hex | 84 | 8E | 55 | 7 | 0 | 28 | 2C | 47 | 19 | 2D |
| Octal | 204 | 216 | 125 | 7 | 0 | 50 | 54 | 107 | 31 | 55 |
| Binary | 10000100 | 10001110 | 1010101 | 111 | 0 | 101000 | 101100 | 1000111 | 11001 | 101101 |
Color Harmonies of #848E55
Complementary color
Monochromatic Colors of #848E55
Black with #848E55
Text Example
Text Example
White with #848E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848E55; }
p { color: rgb(132,142,85); }
H1.HeaderClassName
{
color: #848E55;
}
.AnyTagClassName
{
color: #848E55;
}
</style>
background-color css
<style>
a { background-color: #848E55; }
a { background-color: rgb(132,142,85); }
div.DivClassName
{
background-color: #848E55;
}
.BgClassName
{
background-color: #848E55;
}
</style>
border-color css
<style>
span { border-color: #848E55; }
span { border-color: rgb(132,142,85); }
td.TdClassName
{
border-color: #848E55;
}
.TagClassName
{
border-color: #848E55;
}
</style>