Shades of Bitter #848870
Tints of Bitter #848870
RGB
CMYK
RGB Variations
Color information
#848870 (or 0x848870) is known color: Bitter. HEX triplet: 84, 88 and 70. RGB value is (132,136,112). Sum of RGB (Red+Green+Blue) = 132+136+112=380 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.74% from 380); Green value is 136 (53.52% from 255 or 35.79% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 136 - color contains mainly: green. Hex color #848870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848870 is #7B778F. Grayscale: #848484. Windows color (decimal): -8091536 or 7374980. OLE color: 7374980.
HSL color Cylindrical-coordinate representation of color #848870: hue angle of 70º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #848870 is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 136 | 112 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.47 |
| HSL | 70º | 0.1% | 0.49% | - |
| HSV(B) | 70º | 0.18% | 0.53% | - |
| XYZ | 21.24 | 23.68 | 18.78 | - |
| YUV | 132.07 | 116.67 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 136 | 112 | 0.03 | 0 | 0.18 | 0.47 | 70 | 0.1 | 0.49 |
| Hex | 84 | 88 | 70 | 3 | 0 | 12 | 2F | 46 | A | 31 |
| Octal | 204 | 210 | 160 | 3 | 0 | 22 | 57 | 106 | 12 | 61 |
| Binary | 10000100 | 10001000 | 1110000 | 11 | 0 | 10010 | 101111 | 1000110 | 1010 | 110001 |
Color Harmonies of #848870
Complementary color
Monochromatic Colors of #848870
Black with #848870
Text Example
Text Example
White with #848870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848870; }
p { color: rgb(132,136,112); }
H1.HeaderClassName
{
color: #848870;
}
.AnyTagClassName
{
color: #848870;
}
</style>
background-color css
<style>
a { background-color: #848870; }
a { background-color: rgb(132,136,112); }
div.DivClassName
{
background-color: #848870;
}
.BgClassName
{
background-color: #848870;
}
</style>
border-color css
<style>
span { border-color: #848870; }
span { border-color: rgb(132,136,112); }
td.TdClassName
{
border-color: #848870;
}
.TagClassName
{
border-color: #848870;
}
</style>