Shades of Olive #839201
Tints of Olive #839201
RGB
CMYK
RGB Variations
Color information
#839201 (or 0x839201) is known color: Olive. HEX triplet: 83, 92 and 01. RGB value is (131,146,1). Sum of RGB (Red+Green+Blue) = 131+146+1=278 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.12% from 278); Green value is 146 (57.42% from 255 or 52.52% from 278); Blue value is 1 (0.78% from 255 or 0.36% from 278); Max value from RGB is 146 - color contains mainly: green. Hex color #839201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #839201 is #7C6DFE. Grayscale: #7D7D7D. Windows color (decimal): -8154623 or 103043. OLE color: 103043.
HSL color Cylindrical-coordinate representation of color #839201: hue angle of 66.21º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #839201 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 131 | 146 | 1 | - |
| CMYK | 0.10 | 0 | 0.99 | 0.43 |
| HSL | 66.21º | 0.99% | 0.29% | - |
| HSV(B) | 66.21º | 0.99% | 0.57% | - |
| XYZ | 19.64 | 25.39 | 3.89 | - |
| YUV | 124.99 | 58.03 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 146 | 1 | 0.10 | 0 | 0.99 | 0.43 | 66.21 | 0.99 | 0.29 |
| Hex | 83 | 92 | 1 | A | 0 | 63 | 2B | 42 | 63 | 1D |
| Octal | 203 | 222 | 1 | 12 | 0 | 143 | 53 | 102 | 143 | 35 |
| Binary | 10000011 | 10010010 | 1 | 1010 | 0 | 1100011 | 101011 | 1000010 | 1100011 | 11101 |
Color Harmonies of #839201
Complementary color
Monochromatic Colors of #839201
Black with #839201
Text Example
Text Example
White with #839201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839201; }
p { color: rgb(131,146,1); }
H1.HeaderClassName
{
color: #839201;
}
.AnyTagClassName
{
color: #839201;
}
</style>
background-color css
<style>
a { background-color: #839201; }
a { background-color: rgb(131,146,1); }
div.DivClassName
{
background-color: #839201;
}
.BgClassName
{
background-color: #839201;
}
</style>
border-color css
<style>
span { border-color: #839201; }
span { border-color: rgb(131,146,1); }
td.TdClassName
{
border-color: #839201;
}
.TagClassName
{
border-color: #839201;
}
</style>