Shades of Bitter #848F54
Tints of Bitter #848F54
RGB
CMYK
RGB Variations
Color information
#848F54 (or 0x848F54) is known color: Bitter. HEX triplet: 84, 8F and 54. RGB value is (132,143,84). Sum of RGB (Red+Green+Blue) = 132+143+84=359 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.77% from 359); Green value is 143 (56.25% from 255 or 39.83% from 359); Blue value is 84 (33.20% from 255 or 23.40% from 359); Max value from RGB is 143 - color contains mainly: green. Hex color #848F54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848F54 is #7B70AB. Grayscale: #858585. Windows color (decimal): -8089772 or 5541764. OLE color: 5541764.
HSL color Cylindrical-coordinate representation of color #848F54: hue angle of 71.19º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #848F54 is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 143 | 84 | - |
| CMYK | 0.08 | 0 | 0.41 | 0.44 |
| HSL | 71.19º | 0.26% | 0.45% | - |
| HSV(B) | 71.19º | 0.41% | 0.56% | - |
| XYZ | 20.94 | 25.19 | 12.15 | - |
| YUV | 132.99 | 100.36 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 143 | 84 | 0.08 | 0 | 0.41 | 0.44 | 71.19 | 0.26 | 0.45 |
| Hex | 84 | 8F | 54 | 8 | 0 | 29 | 2C | 47 | 1A | 2D |
| Octal | 204 | 217 | 124 | 10 | 0 | 51 | 54 | 107 | 32 | 55 |
| Binary | 10000100 | 10001111 | 1010100 | 1000 | 0 | 101001 | 101100 | 1000111 | 11010 | 101101 |
Color Harmonies of #848F54
Complementary color
Monochromatic Colors of #848F54
Black with #848F54
Text Example
Text Example
White with #848F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848F54; }
p { color: rgb(132,143,84); }
H1.HeaderClassName
{
color: #848F54;
}
.AnyTagClassName
{
color: #848F54;
}
</style>
background-color css
<style>
a { background-color: #848F54; }
a { background-color: rgb(132,143,84); }
div.DivClassName
{
background-color: #848F54;
}
.BgClassName
{
background-color: #848F54;
}
</style>
border-color css
<style>
span { border-color: #848F54; }
span { border-color: rgb(132,143,84); }
td.TdClassName
{
border-color: #848F54;
}
.TagClassName
{
border-color: #848F54;
}
</style>