Shades of Olive #929500
Tints of Olive #929500
RGB
CMYK
RGB Variations
Color information
#929500 (or 0x929500) is known color: Olive. HEX triplet: 92, 95 and 00. RGB value is (146,149,0). Sum of RGB (Red+Green+Blue) = 146+149+0=295 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.49% from 295); Green value is 149 (58.59% from 255 or 50.51% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 149 - color contains mainly: green. Hex color #929500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #929500 is #6D6AFF. Grayscale: #838383. Windows color (decimal): -7170816 or 38290. OLE color: 38290.
HSL color Cylindrical-coordinate representation of color #929500: hue angle of 61.21º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #929500 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 146 | 149 | 0 | - |
| CMYK | 0.02 | 0 | 1 | 0.42 |
| HSL | 61.21º | 1% | 0.29% | - |
| HSV(B) | 61.21º | 1% | 0.58% | - |
| XYZ | 22.6 | 27.61 | 4.14 | - |
| YUV | 131.12 | 54.01 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 149 | 0 | 0.02 | 0 | 1 | 0.42 | 61.21 | 1 | 0.29 |
| Hex | 92 | 95 | 0 | 2 | 0 | 64 | 2A | 3D | 64 | 1D |
| Octal | 222 | 225 | 0 | 2 | 0 | 144 | 52 | 75 | 144 | 35 |
| Binary | 10010010 | 10010101 | 0 | 10 | 0 | 1100100 | 101010 | 111101 | 1100100 | 11101 |
Color Harmonies of #929500
Complementary color
Monochromatic Colors of #929500
Black with #929500
Text Example
Text Example
White with #929500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929500; }
p { color: rgb(146,149,0); }
H1.HeaderClassName
{
color: #929500;
}
.AnyTagClassName
{
color: #929500;
}
</style>
background-color css
<style>
a { background-color: #929500; }
a { background-color: rgb(146,149,0); }
div.DivClassName
{
background-color: #929500;
}
.BgClassName
{
background-color: #929500;
}
</style>
border-color css
<style>
span { border-color: #929500; }
span { border-color: rgb(146,149,0); }
td.TdClassName
{
border-color: #929500;
}
.TagClassName
{
border-color: #929500;
}
</style>