Shades of Olive #839902
Tints of Olive #839902
RGB
CMYK
RGB Variations
Color information
#839902 (or 0x839902) is known color: Olive. HEX triplet: 83, 99 and 02. RGB value is (131,153,2). Sum of RGB (Red+Green+Blue) = 131+153+2=286 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.80% from 286); Green value is 153 (60.16% from 255 or 53.50% from 286); Blue value is 2 (1.17% from 255 or 0.70% from 286); Max value from RGB is 153 - color contains mainly: green. Hex color #839902 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #839902 is #7C66FD. Grayscale: #818181. Windows color (decimal): -8152830 or 170371. OLE color: 170371.
HSL color Cylindrical-coordinate representation of color #839902: hue angle of 68.74º 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 #839902 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 131 | 153 | 2 | - |
| CMYK | 0.14 | 0 | 0.99 | 0.4 |
| HSL | 68.74º | 0.97% | 0.3% | - |
| HSV(B) | 68.74º | 0.99% | 0.6% | - |
| XYZ | 20.76 | 27.61 | 4.29 | - |
| YUV | 129.21 | 56.21 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 153 | 2 | 0.14 | 0 | 0.99 | 0.4 | 68.74 | 0.97 | 0.3 |
| Hex | 83 | 99 | 2 | E | 0 | 63 | 28 | 45 | 61 | 1E |
| Octal | 203 | 231 | 2 | 16 | 0 | 143 | 50 | 105 | 141 | 36 |
| Binary | 10000011 | 10011001 | 10 | 1110 | 0 | 1100011 | 101000 | 1000101 | 1100001 | 11110 |
Color Harmonies of #839902
Complementary color
Monochromatic Colors of #839902
Black with #839902
Text Example
Text Example
White with #839902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839902; }
p { color: rgb(131,153,2); }
H1.HeaderClassName
{
color: #839902;
}
.AnyTagClassName
{
color: #839902;
}
</style>
background-color css
<style>
a { background-color: #839902; }
a { background-color: rgb(131,153,2); }
div.DivClassName
{
background-color: #839902;
}
.BgClassName
{
background-color: #839902;
}
</style>
border-color css
<style>
span { border-color: #839902; }
span { border-color: rgb(131,153,2); }
td.TdClassName
{
border-color: #839902;
}
.TagClassName
{
border-color: #839902;
}
</style>