Shades of Olive #848200
Tints of Olive #848200
RGB
CMYK
RGB Variations
Color information
#848200 (or 0x848200) is known color: Olive. HEX triplet: 84, 82 and 00. RGB value is (132,130,0). Sum of RGB (Red+Green+Blue) = 132+130+0=262 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.38% from 262); Green value is 130 (51.17% from 255 or 49.62% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 132 - color contains mainly: red. Hex color #848200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848200 is #7B7DFF. Grayscale: #747474. Windows color (decimal): -8093184 or 33412. OLE color: 33412.
HSL color Cylindrical-coordinate representation of color #848200: hue angle of 59.09º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #848200 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 130 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.48 |
| HSL | 59.09º | 1% | 0.26% | - |
| HSV(B) | 59.09º | 1% | 0.52% | - |
| XYZ | 17.5 | 20.87 | 3.11 | - |
| YUV | 115.78 | 62.66 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 130 | 0 | 0 | 0.02 | 1 | 0.48 | 59.09 | 1 | 0.26 |
| Hex | 84 | 82 | 0 | 0 | 2 | 64 | 30 | 3B | 64 | 1A |
| Octal | 204 | 202 | 0 | 0 | 2 | 144 | 60 | 73 | 144 | 32 |
| Binary | 10000100 | 10000010 | 0 | 0 | 10 | 1100100 | 110000 | 111011 | 1100100 | 11010 |
Color Harmonies of #848200
Complementary color
Monochromatic Colors of #848200
Black with #848200
Text Example
Text Example
White with #848200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848200; }
p { color: rgb(132,130,0); }
H1.HeaderClassName
{
color: #848200;
}
.AnyTagClassName
{
color: #848200;
}
</style>
background-color css
<style>
a { background-color: #848200; }
a { background-color: rgb(132,130,0); }
div.DivClassName
{
background-color: #848200;
}
.BgClassName
{
background-color: #848200;
}
</style>
border-color css
<style>
span { border-color: #848200; }
span { border-color: rgb(132,130,0); }
td.TdClassName
{
border-color: #848200;
}
.TagClassName
{
border-color: #848200;
}
</style>