Shades of Olive #849802
Tints of Olive #849802
RGB
CMYK
RGB Variations
Color information
#849802 (or 0x849802) is known color: Olive. HEX triplet: 84, 98 and 02. RGB value is (132,152,2). Sum of RGB (Red+Green+Blue) = 132+152+2=286 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.15% from 286); Green value is 152 (59.77% from 255 or 53.15% from 286); Blue value is 2 (1.17% from 255 or 0.70% from 286); Max value from RGB is 152 - color contains mainly: green. Hex color #849802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849802 is #7B67FD. Grayscale: #818181. Windows color (decimal): -8087550 or 170116. OLE color: 170116.
HSL color Cylindrical-coordinate representation of color #849802: hue angle of 68º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #849802 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 132 | 152 | 2 | - |
| CMYK | 0.13 | 0 | 0.99 | 0.40 |
| HSL | 68º | 0.97% | 0.3% | - |
| HSV(B) | 68º | 0.99% | 0.6% | - |
| XYZ | 20.75 | 27.37 | 4.25 | - |
| YUV | 128.92 | 56.37 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 152 | 2 | 0.13 | 0 | 0.99 | 0.40 | 68 | 0.97 | 0.3 |
| Hex | 84 | 98 | 2 | D | 0 | 63 | 28 | 44 | 61 | 1E |
| Octal | 204 | 230 | 2 | 15 | 0 | 143 | 50 | 104 | 141 | 36 |
| Binary | 10000100 | 10011000 | 10 | 1101 | 0 | 1100011 | 101000 | 1000100 | 1100001 | 11110 |
Color Harmonies of #849802
Complementary color
Monochromatic Colors of #849802
Black with #849802
Text Example
Text Example
White with #849802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849802; }
p { color: rgb(132,152,2); }
H1.HeaderClassName
{
color: #849802;
}
.AnyTagClassName
{
color: #849802;
}
</style>
background-color css
<style>
a { background-color: #849802; }
a { background-color: rgb(132,152,2); }
div.DivClassName
{
background-color: #849802;
}
.BgClassName
{
background-color: #849802;
}
</style>
border-color css
<style>
span { border-color: #849802; }
span { border-color: rgb(132,152,2); }
td.TdClassName
{
border-color: #849802;
}
.TagClassName
{
border-color: #849802;
}
</style>