Shades of Bitter #848E58
Tints of Bitter #848E58
RGB
CMYK
RGB Variations
Color information
#848E58 (or 0x848E58) is known color: Bitter. HEX triplet: 84, 8E and 58. RGB value is (132,142,88). Sum of RGB (Red+Green+Blue) = 132+142+88=362 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.46% from 362); Green value is 142 (55.86% from 255 or 39.23% from 362); Blue value is 88 (34.77% from 255 or 24.31% from 362); Max value from RGB is 142 - color contains mainly: green. Hex color #848E58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848E58 is #7B71A7. Grayscale: #858585. Windows color (decimal): -8090024 or 5803652. OLE color: 5803652.
HSL color Cylindrical-coordinate representation of color #848E58: hue angle of 71.11º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #848E58 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 142 | 88 | - |
| CMYK | 0.07 | 0 | 0.38 | 0.44 |
| HSL | 71.11º | 0.23% | 0.45% | - |
| HSV(B) | 71.11º | 0.38% | 0.56% | - |
| XYZ | 20.95 | 24.96 | 12.95 | - |
| YUV | 132.85 | 102.69 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 142 | 88 | 0.07 | 0 | 0.38 | 0.44 | 71.11 | 0.23 | 0.45 |
| Hex | 84 | 8E | 58 | 7 | 0 | 26 | 2C | 47 | 17 | 2D |
| Octal | 204 | 216 | 130 | 7 | 0 | 46 | 54 | 107 | 27 | 55 |
| Binary | 10000100 | 10001110 | 1011000 | 111 | 0 | 100110 | 101100 | 1000111 | 10111 | 101101 |
Color Harmonies of #848E58
Complementary color
Monochromatic Colors of #848E58
Black with #848E58
Text Example
Text Example
White with #848E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848E58; }
p { color: rgb(132,142,88); }
H1.HeaderClassName
{
color: #848E58;
}
.AnyTagClassName
{
color: #848E58;
}
</style>
background-color css
<style>
a { background-color: #848E58; }
a { background-color: rgb(132,142,88); }
div.DivClassName
{
background-color: #848E58;
}
.BgClassName
{
background-color: #848E58;
}
</style>
border-color css
<style>
span { border-color: #848E58; }
span { border-color: rgb(132,142,88); }
td.TdClassName
{
border-color: #848E58;
}
.TagClassName
{
border-color: #848E58;
}
</style>