Shades of Olive #848211
Tints of Olive #848211
RGB
CMYK
RGB Variations
Color information
#848211 (or 0x848211) is known color: Olive. HEX triplet: 84, 82 and 11. RGB value is (132,130,17). Sum of RGB (Red+Green+Blue) = 132+130+17=279 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.31% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 17 (7.03% from 255 or 6.09% from 279); Max value from RGB is 132 - color contains mainly: red. Hex color #848211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848211 is #7B7DEE. Grayscale: #767676. Windows color (decimal): -8093167 or 1147524. OLE color: 1147524.
HSL color Cylindrical-coordinate representation of color #848211: hue angle of 58.96º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #848211 is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 130 | 17 | - |
| CMYK | 0 | 0.02 | 0.87 | 0.48 |
| HSL | 58.96º | 0.77% | 0.29% | - |
| HSV(B) | 58.96º | 0.87% | 0.52% | - |
| XYZ | 17.6 | 20.91 | 3.64 | - |
| YUV | 117.72 | 71.16 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 130 | 17 | 0 | 0.02 | 0.87 | 0.48 | 58.96 | 0.77 | 0.29 |
| Hex | 84 | 82 | 11 | 0 | 2 | 57 | 30 | 3B | 4D | 1D |
| Octal | 204 | 202 | 21 | 0 | 2 | 127 | 60 | 73 | 115 | 35 |
| Binary | 10000100 | 10000010 | 10001 | 0 | 10 | 1010111 | 110000 | 111011 | 1001101 | 11101 |
Color Harmonies of #848211
Complementary color
Monochromatic Colors of #848211
Black with #848211
Text Example
Text Example
White with #848211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848211; }
p { color: rgb(132,130,17); }
H1.HeaderClassName
{
color: #848211;
}
.AnyTagClassName
{
color: #848211;
}
</style>
background-color css
<style>
a { background-color: #848211; }
a { background-color: rgb(132,130,17); }
div.DivClassName
{
background-color: #848211;
}
.BgClassName
{
background-color: #848211;
}
</style>
border-color css
<style>
span { border-color: #848211; }
span { border-color: rgb(132,130,17); }
td.TdClassName
{
border-color: #848211;
}
.TagClassName
{
border-color: #848211;
}
</style>