Shades of Olive #929200
Tints of Olive #929200
RGB
CMYK
RGB Variations
Color information
#929200 (or 0x929200) is known color: Olive. HEX triplet: 92, 92 and 00. RGB value is (146,146,0). Sum of RGB (Red+Green+Blue) = 146+146+0=292 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50% from 292); Green value is 146 (57.42% from 255 or 50% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 146 - color contains mainly: red, green. Hex color #929200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #929200 is #6D6DFF. Grayscale: #818181. Windows color (decimal): -7171584 or 37522. OLE color: 37522.
HSL color Cylindrical-coordinate representation of color #929200: hue angle of 60º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #929200 is Cyan = 0, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 146 | 0 | - |
| CMYK | 0 | 0 | 1 | 0.43 |
| HSL | 60º | 1% | 0.29% | - |
| HSV(B) | 60º | 1% | 0.57% | - |
| XYZ | 22.13 | 26.67 | 3.98 | - |
| YUV | 129.36 | 55 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 146 | 0 | 0 | 0 | 1 | 0.43 | 60 | 1 | 0.29 |
| Hex | 92 | 92 | 0 | 0 | 0 | 64 | 2B | 3C | 64 | 1D |
| Octal | 222 | 222 | 0 | 0 | 0 | 144 | 53 | 74 | 144 | 35 |
| Binary | 10010010 | 10010010 | 0 | 0 | 0 | 1100100 | 101011 | 111100 | 1100100 | 11101 |
Color Harmonies of #929200
Complementary color
Monochromatic Colors of #929200
Black with #929200
Text Example
Text Example
White with #929200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929200; }
p { color: rgb(146,146,0); }
H1.HeaderClassName
{
color: #929200;
}
.AnyTagClassName
{
color: #929200;
}
</style>
background-color css
<style>
a { background-color: #929200; }
a { background-color: rgb(146,146,0); }
div.DivClassName
{
background-color: #929200;
}
.BgClassName
{
background-color: #929200;
}
</style>
border-color css
<style>
span { border-color: #929200; }
span { border-color: rgb(146,146,0); }
td.TdClassName
{
border-color: #929200;
}
.TagClassName
{
border-color: #929200;
}
</style>