Shades of Bitter #848F5E
Tints of Bitter #848F5E
RGB
CMYK
RGB Variations
Color information
#848F5E (or 0x848F5E) is known color: Bitter. HEX triplet: 84, 8F and 5E. RGB value is (132,143,94). Sum of RGB (Red+Green+Blue) = 132+143+94=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 143 (56.25% from 255 or 38.75% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 143 - color contains mainly: green. Hex color #848F5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848F5E is #7B70A1. Grayscale: #868686. Windows color (decimal): -8089762 or 6197124. OLE color: 6197124.
HSL color Cylindrical-coordinate representation of color #848F5E: hue angle of 73.47º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #848F5E is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
RGB | 132 | 143 | 94 | - |
CMYK | 0.08 | 0 | 0.34 | 0.44 |
HSL | 73.47º | 0.21% | 0.46% | - |
HSV(B) | 73.47º | 0.34% | 0.56% | - |
XYZ | 21.36 | 25.36 | 14.36 | - |
YUV | 134.13 | 105.36 | 126.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 132 | 143 | 94 | 0.08 | 0 | 0.34 | 0.44 | 73.47 | 0.21 | 0.46 |
Hex | 84 | 8F | 5E | 8 | 0 | 22 | 2C | 49 | 15 | 2E |
Octal | 204 | 217 | 136 | 10 | 0 | 42 | 54 | 111 | 25 | 56 |
Binary | 10000100 | 10001111 | 1011110 | 1000 | 0 | 100010 | 101100 | 1001001 | 10101 | 101110 |
Color Harmonies of #848F5E
Complementary color
Monochromatic Colors of #848F5E
Black with #848F5E
Text Example
Text Example
White with #848F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848F5E; }
p { color: rgb(132,143,94); }
H1.HeaderClassName
{
color: #848F5E;
}
.AnyTagClassName
{
color: #848F5E;
}
</style>
background-color css
<style>
a { background-color: #848F5E; }
a { background-color: rgb(132,143,94); }
div.DivClassName
{
background-color: #848F5E;
}
.BgClassName
{
background-color: #848F5E;
}
</style>
border-color css
<style>
span { border-color: #848F5E; }
span { border-color: rgb(132,143,94); }
td.TdClassName
{
border-color: #848F5E;
}
.TagClassName
{
border-color: #848F5E;
}
</style>