Shades of Bitter #848C58
Tints of Bitter #848C58
RGB
CMYK
RGB Variations
Color information
#848C58 (or 0x848C58) is known color: Bitter. HEX triplet: 84, 8C and 58. RGB value is (132,140,88). Sum of RGB (Red+Green+Blue) = 132+140+88=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 140 (55.08% from 255 or 38.89% from 360); Blue value is 88 (34.77% from 255 or 24.44% from 360); Max value from RGB is 140 - color contains mainly: green. Hex color #848C58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848C58 is #7B73A7. Grayscale: #838383. Windows color (decimal): -8090536 or 5803140. OLE color: 5803140.
HSL color Cylindrical-coordinate representation of color #848C58: hue angle of 69.23º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #848C58 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 140 | 88 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.45 |
| HSL | 69.23º | 0.23% | 0.45% | - |
| HSV(B) | 69.23º | 0.37% | 0.55% | - |
| XYZ | 20.66 | 24.37 | 12.85 | - |
| YUV | 131.68 | 103.35 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 140 | 88 | 0.06 | 0 | 0.37 | 0.45 | 69.23 | 0.23 | 0.45 |
| Hex | 84 | 8C | 58 | 6 | 0 | 25 | 2D | 45 | 17 | 2D |
| Octal | 204 | 214 | 130 | 6 | 0 | 45 | 55 | 105 | 27 | 55 |
| Binary | 10000100 | 10001100 | 1011000 | 110 | 0 | 100101 | 101101 | 1000101 | 10111 | 101101 |
Color Harmonies of #848C58
Complementary color
Monochromatic Colors of #848C58
Black with #848C58
Text Example
Text Example
White with #848C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848C58; }
p { color: rgb(132,140,88); }
H1.HeaderClassName
{
color: #848C58;
}
.AnyTagClassName
{
color: #848C58;
}
</style>
background-color css
<style>
a { background-color: #848C58; }
a { background-color: rgb(132,140,88); }
div.DivClassName
{
background-color: #848C58;
}
.BgClassName
{
background-color: #848C58;
}
</style>
border-color css
<style>
span { border-color: #848C58; }
span { border-color: rgb(132,140,88); }
td.TdClassName
{
border-color: #848C58;
}
.TagClassName
{
border-color: #848C58;
}
</style>