Shades of Bitter #848B58
Tints of Bitter #848B58
RGB
CMYK
RGB Variations
Color information
#848B58 (or 0x848B58) is known color: Bitter. HEX triplet: 84, 8B and 58. RGB value is (132,139,88). Sum of RGB (Red+Green+Blue) = 132+139+88=359 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.77% from 359); Green value is 139 (54.69% from 255 or 38.72% from 359); Blue value is 88 (34.77% from 255 or 24.51% from 359); Max value from RGB is 139 - color contains mainly: green. Hex color #848B58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848B58 is #7B74A7. Grayscale: #838383. Windows color (decimal): -8090792 or 5802884. OLE color: 5802884.
HSL color Cylindrical-coordinate representation of color #848B58: hue angle of 68.24º degrees, saturation: 0.22, 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 #848B58 is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 139 | 88 | - |
| CMYK | 0.05 | 0 | 0.37 | 0.45 |
| HSL | 68.24º | 0.22% | 0.45% | - |
| HSV(B) | 68.24º | 0.37% | 0.55% | - |
| XYZ | 20.51 | 24.08 | 12.8 | - |
| YUV | 131.09 | 103.68 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 139 | 88 | 0.05 | 0 | 0.37 | 0.45 | 68.24 | 0.22 | 0.45 |
| Hex | 84 | 8B | 58 | 5 | 0 | 25 | 2D | 44 | 16 | 2D |
| Octal | 204 | 213 | 130 | 5 | 0 | 45 | 55 | 104 | 26 | 55 |
| Binary | 10000100 | 10001011 | 1011000 | 101 | 0 | 100101 | 101101 | 1000100 | 10110 | 101101 |
Color Harmonies of #848B58
Complementary color
Monochromatic Colors of #848B58
Black with #848B58
Text Example
Text Example
White with #848B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848B58; }
p { color: rgb(132,139,88); }
H1.HeaderClassName
{
color: #848B58;
}
.AnyTagClassName
{
color: #848B58;
}
</style>
background-color css
<style>
a { background-color: #848B58; }
a { background-color: rgb(132,139,88); }
div.DivClassName
{
background-color: #848B58;
}
.BgClassName
{
background-color: #848B58;
}
</style>
border-color css
<style>
span { border-color: #848B58; }
span { border-color: rgb(132,139,88); }
td.TdClassName
{
border-color: #848B58;
}
.TagClassName
{
border-color: #848B58;
}
</style>