Shades of Olive #849402
Tints of Olive #849402
RGB
CMYK
RGB Variations
Color information
#849402 (or 0x849402) is known color: Olive. HEX triplet: 84, 94 and 02. RGB value is (132,148,2). Sum of RGB (Red+Green+Blue) = 132+148+2=282 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.81% from 282); Green value is 148 (58.20% from 255 or 52.48% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 148 - color contains mainly: green. Hex color #849402 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849402 is #7B6BFD. Grayscale: #7F7F7F. Windows color (decimal): -8088574 or 169092. OLE color: 169092.
HSL color Cylindrical-coordinate representation of color #849402: hue angle of 66.58º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #849402 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 148 | 2 | - |
| CMYK | 0.11 | 0 | 0.99 | 0.42 |
| HSL | 66.58º | 0.97% | 0.29% | - |
| HSV(B) | 66.58º | 0.99% | 0.58% | - |
| XYZ | 20.12 | 26.09 | 4.03 | - |
| YUV | 126.57 | 57.7 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 148 | 2 | 0.11 | 0 | 0.99 | 0.42 | 66.58 | 0.97 | 0.29 |
| Hex | 84 | 94 | 2 | B | 0 | 63 | 2A | 43 | 61 | 1D |
| Octal | 204 | 224 | 2 | 13 | 0 | 143 | 52 | 103 | 141 | 35 |
| Binary | 10000100 | 10010100 | 10 | 1011 | 0 | 1100011 | 101010 | 1000011 | 1100001 | 11101 |
Color Harmonies of #849402
Complementary color
Monochromatic Colors of #849402
Black with #849402
Text Example
Text Example
White with #849402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849402; }
p { color: rgb(132,148,2); }
H1.HeaderClassName
{
color: #849402;
}
.AnyTagClassName
{
color: #849402;
}
</style>
background-color css
<style>
a { background-color: #849402; }
a { background-color: rgb(132,148,2); }
div.DivClassName
{
background-color: #849402;
}
.BgClassName
{
background-color: #849402;
}
</style>
border-color css
<style>
span { border-color: #849402; }
span { border-color: rgb(132,148,2); }
td.TdClassName
{
border-color: #849402;
}
.TagClassName
{
border-color: #849402;
}
</style>