Shades of Olive #838500
Tints of Olive #838500
RGB
CMYK
RGB Variations
Color information
#838500 (or 0x838500) is known color: Olive. HEX triplet: 83, 85 and 00. RGB value is (131,133,0). Sum of RGB (Red+Green+Blue) = 131+133+0=264 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.62% from 264); Green value is 133 (52.34% from 255 or 50.38% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 133 - color contains mainly: green. Hex color #838500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838500 is #7C7AFF. Grayscale: #757575. Windows color (decimal): -8157952 or 34179. OLE color: 34179.
HSL color Cylindrical-coordinate representation of color #838500: hue angle of 60.9º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #838500 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 131 | 133 | 0 | - |
| CMYK | 0.02 | 0 | 1 | 0.48 |
| HSL | 60.9º | 1% | 0.26% | - |
| HSV(B) | 60.9º | 1% | 0.52% | - |
| XYZ | 17.75 | 21.6 | 3.23 | - |
| YUV | 117.24 | 61.84 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 133 | 0 | 0.02 | 0 | 1 | 0.48 | 60.9 | 1 | 0.26 |
| Hex | 83 | 85 | 0 | 2 | 0 | 64 | 30 | 3D | 64 | 1A |
| Octal | 203 | 205 | 0 | 2 | 0 | 144 | 60 | 75 | 144 | 32 |
| Binary | 10000011 | 10000101 | 0 | 10 | 0 | 1100100 | 110000 | 111101 | 1100100 | 11010 |
Color Harmonies of #838500
Complementary color
Monochromatic Colors of #838500
Black with #838500
Text Example
Text Example
White with #838500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838500; }
p { color: rgb(131,133,0); }
H1.HeaderClassName
{
color: #838500;
}
.AnyTagClassName
{
color: #838500;
}
</style>
background-color css
<style>
a { background-color: #838500; }
a { background-color: rgb(131,133,0); }
div.DivClassName
{
background-color: #838500;
}
.BgClassName
{
background-color: #838500;
}
</style>
border-color css
<style>
span { border-color: #838500; }
span { border-color: rgb(131,133,0); }
td.TdClassName
{
border-color: #838500;
}
.TagClassName
{
border-color: #838500;
}
</style>