Shades of Bitter #848E61
Tints of Bitter #848E61
RGB
CMYK
RGB Variations
Color information
#848E61 (or 0x848E61) is known color: Bitter. HEX triplet: 84, 8E and 61. RGB value is (132,142,97). Sum of RGB (Red+Green+Blue) = 132+142+97=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 142 (55.86% from 255 or 38.27% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 142 - color contains mainly: green. Hex color #848E61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848E61 is #7B719E. Grayscale: #868686. Windows color (decimal): -8090015 or 6393476. OLE color: 6393476.
HSL color Cylindrical-coordinate representation of color #848E61: hue angle of 73.33º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #848E61 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 142 | 97 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.44 |
| HSL | 73.33º | 0.19% | 0.47% | - |
| HSV(B) | 73.33º | 0.32% | 0.56% | - |
| XYZ | 21.35 | 25.11 | 15.03 | - |
| YUV | 133.88 | 107.19 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 142 | 97 | 0.07 | 0 | 0.32 | 0.44 | 73.33 | 0.19 | 0.47 |
| Hex | 84 | 8E | 61 | 7 | 0 | 20 | 2C | 49 | 13 | 2F |
| Octal | 204 | 216 | 141 | 7 | 0 | 40 | 54 | 111 | 23 | 57 |
| Binary | 10000100 | 10001110 | 1100001 | 111 | 0 | 100000 | 101100 | 1001001 | 10011 | 101111 |
Color Harmonies of #848E61
Complementary color
Monochromatic Colors of #848E61
Black with #848E61
Text Example
Text Example
White with #848E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848E61; }
p { color: rgb(132,142,97); }
H1.HeaderClassName
{
color: #848E61;
}
.AnyTagClassName
{
color: #848E61;
}
</style>
background-color css
<style>
a { background-color: #848E61; }
a { background-color: rgb(132,142,97); }
div.DivClassName
{
background-color: #848E61;
}
.BgClassName
{
background-color: #848E61;
}
</style>
border-color css
<style>
span { border-color: #848E61; }
span { border-color: rgb(132,142,97); }
td.TdClassName
{
border-color: #848E61;
}
.TagClassName
{
border-color: #848E61;
}
</style>