Shades of Olive #838502
Tints of Olive #838502
RGB
CMYK
RGB Variations
Color information
#838502 (or 0x838502) is known color: Olive. HEX triplet: 83, 85 and 02. RGB value is (131,133,2). Sum of RGB (Red+Green+Blue) = 131+133+2=266 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.25% from 266); Green value is 133 (52.34% from 255 or 50% from 266); Blue value is 2 (1.17% from 255 or 0.75% from 266); Max value from RGB is 133 - color contains mainly: green. Hex color #838502 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838502 is #7C7AFD. Grayscale: #757575. Windows color (decimal): -8157950 or 165251. OLE color: 165251.
HSL color Cylindrical-coordinate representation of color #838502: hue angle of 60.92º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #838502 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 131 | 133 | 2 | - |
| CMYK | 0.02 | 0 | 0.98 | 0.48 |
| HSL | 60.92º | 0.97% | 0.26% | - |
| HSV(B) | 60.92º | 0.98% | 0.52% | - |
| XYZ | 17.76 | 21.6 | 3.29 | - |
| YUV | 117.47 | 62.84 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 133 | 2 | 0.02 | 0 | 0.98 | 0.48 | 60.92 | 0.97 | 0.26 |
| Hex | 83 | 85 | 2 | 2 | 0 | 62 | 30 | 3D | 61 | 1A |
| Octal | 203 | 205 | 2 | 2 | 0 | 142 | 60 | 75 | 141 | 32 |
| Binary | 10000011 | 10000101 | 10 | 10 | 0 | 1100010 | 110000 | 111101 | 1100001 | 11010 |
Color Harmonies of #838502
Complementary color
Monochromatic Colors of #838502
Black with #838502
Text Example
Text Example
White with #838502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838502; }
p { color: rgb(131,133,2); }
H1.HeaderClassName
{
color: #838502;
}
.AnyTagClassName
{
color: #838502;
}
</style>
background-color css
<style>
a { background-color: #838502; }
a { background-color: rgb(131,133,2); }
div.DivClassName
{
background-color: #838502;
}
.BgClassName
{
background-color: #838502;
}
</style>
border-color css
<style>
span { border-color: #838502; }
span { border-color: rgb(131,133,2); }
td.TdClassName
{
border-color: #838502;
}
.TagClassName
{
border-color: #838502;
}
</style>