Shades of Bitter #848F64
Tints of Bitter #848F64
RGB
CMYK
RGB Variations
Color information
#848F64 (or 0x848F64) is known color: Bitter. HEX triplet: 84, 8F and 64. RGB value is (132,143,100). Sum of RGB (Red+Green+Blue) = 132+143+100=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 143 (56.25% from 255 or 38.13% from 375); Blue value is 100 (39.45% from 255 or 26.67% from 375); Max value from RGB is 143 - color contains mainly: green. Hex color #848F64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848F64 is #7B709B. Grayscale: #868686. Windows color (decimal): -8089756 or 6590340. OLE color: 6590340.
HSL color Cylindrical-coordinate representation of color #848F64: hue angle of 75.35º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #848F64 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 143 | 100 | - |
| CMYK | 0.08 | 0 | 0.30 | 0.44 |
| HSL | 75.35º | 0.18% | 0.48% | - |
| HSV(B) | 75.35º | 0.3% | 0.56% | - |
| XYZ | 21.64 | 25.47 | 15.83 | - |
| YUV | 134.81 | 108.36 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 143 | 100 | 0.08 | 0 | 0.30 | 0.44 | 75.35 | 0.18 | 0.48 |
| Hex | 84 | 8F | 64 | 8 | 0 | 1E | 2C | 4B | 12 | 30 |
| Octal | 204 | 217 | 144 | 10 | 0 | 36 | 54 | 113 | 22 | 60 |
| Binary | 10000100 | 10001111 | 1100100 | 1000 | 0 | 11110 | 101100 | 1001011 | 10010 | 110000 |
Color Harmonies of #848F64
Complementary color
Monochromatic Colors of #848F64
Black with #848F64
Text Example
Text Example
White with #848F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848F64; }
p { color: rgb(132,143,100); }
H1.HeaderClassName
{
color: #848F64;
}
.AnyTagClassName
{
color: #848F64;
}
</style>
background-color css
<style>
a { background-color: #848F64; }
a { background-color: rgb(132,143,100); }
div.DivClassName
{
background-color: #848F64;
}
.BgClassName
{
background-color: #848F64;
}
</style>
border-color css
<style>
span { border-color: #848F64; }
span { border-color: rgb(132,143,100); }
td.TdClassName
{
border-color: #848F64;
}
.TagClassName
{
border-color: #848F64;
}
</style>