Shades of Olive #849203
Tints of Olive #849203
RGB
CMYK
RGB Variations
Color information
#849203 (or 0x849203) is known color: Olive. HEX triplet: 84, 92 and 03. RGB value is (132,146,3). Sum of RGB (Red+Green+Blue) = 132+146+3=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 146 (57.42% from 255 or 51.96% from 281); Blue value is 3 (1.56% from 255 or 1.07% from 281); Max value from RGB is 146 - color contains mainly: green. Hex color #849203 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849203 is #7B6DFC. Grayscale: #7E7E7E. Windows color (decimal): -8089085 or 234116. OLE color: 234116.
HSL color Cylindrical-coordinate representation of color #849203: hue angle of 65.87º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #849203 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 132 | 146 | 3 | - |
| CMYK | 0.10 | 0 | 0.98 | 0.43 |
| HSL | 65.87º | 0.96% | 0.29% | - |
| HSV(B) | 65.87º | 0.98% | 0.57% | - |
| XYZ | 19.81 | 25.47 | 3.96 | - |
| YUV | 125.51 | 58.86 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 146 | 3 | 0.10 | 0 | 0.98 | 0.43 | 65.87 | 0.96 | 0.29 |
| Hex | 84 | 92 | 3 | A | 0 | 62 | 2B | 42 | 60 | 1D |
| Octal | 204 | 222 | 3 | 12 | 0 | 142 | 53 | 102 | 140 | 35 |
| Binary | 10000100 | 10010010 | 11 | 1010 | 0 | 1100010 | 101011 | 1000010 | 1100000 | 11101 |
Color Harmonies of #849203
Complementary color
Monochromatic Colors of #849203
Black with #849203
Text Example
Text Example
White with #849203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849203; }
p { color: rgb(132,146,3); }
H1.HeaderClassName
{
color: #849203;
}
.AnyTagClassName
{
color: #849203;
}
</style>
background-color css
<style>
a { background-color: #849203; }
a { background-color: rgb(132,146,3); }
div.DivClassName
{
background-color: #849203;
}
.BgClassName
{
background-color: #849203;
}
</style>
border-color css
<style>
span { border-color: #849203; }
span { border-color: rgb(132,146,3); }
td.TdClassName
{
border-color: #849203;
}
.TagClassName
{
border-color: #849203;
}
</style>