Shades of Bitter #848D58
Tints of Bitter #848D58
RGB
CMYK
RGB Variations
Color information
#848D58 (or 0x848D58) is known color: Bitter. HEX triplet: 84, 8D and 58. RGB value is (132,141,88). Sum of RGB (Red+Green+Blue) = 132+141+88=361 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.57% from 361); Green value is 141 (55.47% from 255 or 39.06% from 361); Blue value is 88 (34.77% from 255 or 24.38% from 361); Max value from RGB is 141 - color contains mainly: green. Hex color #848D58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848D58 is #7B72A7. Grayscale: #848484. Windows color (decimal): -8090280 or 5803396. OLE color: 5803396.
HSL color Cylindrical-coordinate representation of color #848D58: hue angle of 70.19º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #848D58 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 141 | 88 | - |
| CMYK | 0.06 | 0 | 0.38 | 0.45 |
| HSL | 70.19º | 0.23% | 0.45% | - |
| HSV(B) | 70.19º | 0.38% | 0.55% | - |
| XYZ | 20.8 | 24.66 | 12.9 | - |
| YUV | 132.27 | 103.02 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 141 | 88 | 0.06 | 0 | 0.38 | 0.45 | 70.19 | 0.23 | 0.45 |
| Hex | 84 | 8D | 58 | 6 | 0 | 26 | 2D | 46 | 17 | 2D |
| Octal | 204 | 215 | 130 | 6 | 0 | 46 | 55 | 106 | 27 | 55 |
| Binary | 10000100 | 10001101 | 1011000 | 110 | 0 | 100110 | 101101 | 1000110 | 10111 | 101101 |
Color Harmonies of #848D58
Complementary color
Monochromatic Colors of #848D58
Black with #848D58
Text Example
Text Example
White with #848D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848D58; }
p { color: rgb(132,141,88); }
H1.HeaderClassName
{
color: #848D58;
}
.AnyTagClassName
{
color: #848D58;
}
</style>
background-color css
<style>
a { background-color: #848D58; }
a { background-color: rgb(132,141,88); }
div.DivClassName
{
background-color: #848D58;
}
.BgClassName
{
background-color: #848D58;
}
</style>
border-color css
<style>
span { border-color: #848D58; }
span { border-color: rgb(132,141,88); }
td.TdClassName
{
border-color: #848D58;
}
.TagClassName
{
border-color: #848D58;
}
</style>