Shades of Olive #839802
Tints of Olive #839802
RGB
CMYK
RGB Variations
Color information
#839802 (or 0x839802) is known color: Olive. HEX triplet: 83, 98 and 02. RGB value is (131,152,2). Sum of RGB (Red+Green+Blue) = 131+152+2=285 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.96% from 285); Green value is 152 (59.77% from 255 or 53.33% from 285); Blue value is 2 (1.17% from 255 or 0.70% from 285); Max value from RGB is 152 - color contains mainly: green. Hex color #839802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #839802 is #7C67FD. Grayscale: #818181. Windows color (decimal): -8153086 or 170115. OLE color: 170115.
HSL color Cylindrical-coordinate representation of color #839802: hue angle of 68.4º 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 #839802 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 131 | 152 | 2 | - |
| CMYK | 0.14 | 0 | 0.99 | 0.40 |
| HSL | 68.4º | 0.97% | 0.3% | - |
| HSV(B) | 68.4º | 0.99% | 0.6% | - |
| XYZ | 20.6 | 27.29 | 4.24 | - |
| YUV | 128.62 | 56.54 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 152 | 2 | 0.14 | 0 | 0.99 | 0.40 | 68.4 | 0.97 | 0.3 |
| Hex | 83 | 98 | 2 | E | 0 | 63 | 28 | 44 | 61 | 1E |
| Octal | 203 | 230 | 2 | 16 | 0 | 143 | 50 | 104 | 141 | 36 |
| Binary | 10000011 | 10011000 | 10 | 1110 | 0 | 1100011 | 101000 | 1000100 | 1100001 | 11110 |
Color Harmonies of #839802
Complementary color
Monochromatic Colors of #839802
Black with #839802
Text Example
Text Example
White with #839802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839802; }
p { color: rgb(131,152,2); }
H1.HeaderClassName
{
color: #839802;
}
.AnyTagClassName
{
color: #839802;
}
</style>
background-color css
<style>
a { background-color: #839802; }
a { background-color: rgb(131,152,2); }
div.DivClassName
{
background-color: #839802;
}
.BgClassName
{
background-color: #839802;
}
</style>
border-color css
<style>
span { border-color: #839802; }
span { border-color: rgb(131,152,2); }
td.TdClassName
{
border-color: #839802;
}
.TagClassName
{
border-color: #839802;
}
</style>