Shades of Bitter #848A60
Tints of Bitter #848A60
RGB
CMYK
RGB Variations
Color information
#848A60 (or 0x848A60) is known color: Bitter. HEX triplet: 84, 8A and 60. RGB value is (132,138,96). Sum of RGB (Red+Green+Blue) = 132+138+96=366 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.07% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 138 - color contains mainly: green. Hex color #848A60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848A60 is #7B759F. Grayscale: #838383. Windows color (decimal): -8091040 or 6326916. OLE color: 6326916.
HSL color Cylindrical-coordinate representation of color #848A60: hue angle of 68.57º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #848A60 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 138 | 96 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.46 |
| HSL | 68.57º | 0.18% | 0.46% | - |
| HSV(B) | 68.57º | 0.3% | 0.54% | - |
| XYZ | 20.72 | 23.93 | 14.59 | - |
| YUV | 131.42 | 108.01 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 138 | 96 | 0.04 | 0 | 0.30 | 0.46 | 68.57 | 0.18 | 0.46 |
| Hex | 84 | 8A | 60 | 4 | 0 | 1E | 2E | 45 | 12 | 2E |
| Octal | 204 | 212 | 140 | 4 | 0 | 36 | 56 | 105 | 22 | 56 |
| Binary | 10000100 | 10001010 | 1100000 | 100 | 0 | 11110 | 101110 | 1000101 | 10010 | 101110 |
Color Harmonies of #848A60
Complementary color
Monochromatic Colors of #848A60
Black with #848A60
Text Example
Text Example
White with #848A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848A60; }
p { color: rgb(132,138,96); }
H1.HeaderClassName
{
color: #848A60;
}
.AnyTagClassName
{
color: #848A60;
}
</style>
background-color css
<style>
a { background-color: #848A60; }
a { background-color: rgb(132,138,96); }
div.DivClassName
{
background-color: #848A60;
}
.BgClassName
{
background-color: #848A60;
}
</style>
border-color css
<style>
span { border-color: #848A60; }
span { border-color: rgb(132,138,96); }
td.TdClassName
{
border-color: #848A60;
}
.TagClassName
{
border-color: #848A60;
}
</style>