Shades of Olive #928200
Tints of Olive #928200
RGB
CMYK
RGB Variations
Color information
#928200 (or 0x928200) is known color: Olive. HEX triplet: 92, 82 and 00. RGB value is (146,130,0). Sum of RGB (Red+Green+Blue) = 146+130+0=276 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.90% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 146 - color contains mainly: red. Hex color #928200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928200 is #6D7DFF. Grayscale: #787878. Windows color (decimal): -7175680 or 33426. OLE color: 33426.
HSL color Cylindrical-coordinate representation of color #928200: hue angle of 53.42º 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 #928200 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 130 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.43 |
| HSL | 53.42º | 1% | 0.29% | - |
| HSV(B) | 53.42º | 1% | 0.57% | - |
| XYZ | 19.84 | 22.08 | 3.22 | - |
| YUV | 119.96 | 60.3 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 130 | 0 | 0 | 0.11 | 1 | 0.43 | 53.42 | 1 | 0.29 |
| Hex | 92 | 82 | 0 | 0 | B | 64 | 2B | 35 | 64 | 1D |
| Octal | 222 | 202 | 0 | 0 | 13 | 144 | 53 | 65 | 144 | 35 |
| Binary | 10010010 | 10000010 | 0 | 0 | 1011 | 1100100 | 101011 | 110101 | 1100100 | 11101 |
Color Harmonies of #928200
Complementary color
Monochromatic Colors of #928200
Black with #928200
Text Example
Text Example
White with #928200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928200; }
p { color: rgb(146,130,0); }
H1.HeaderClassName
{
color: #928200;
}
.AnyTagClassName
{
color: #928200;
}
</style>
background-color css
<style>
a { background-color: #928200; }
a { background-color: rgb(146,130,0); }
div.DivClassName
{
background-color: #928200;
}
.BgClassName
{
background-color: #928200;
}
</style>
border-color css
<style>
span { border-color: #928200; }
span { border-color: rgb(146,130,0); }
td.TdClassName
{
border-color: #928200;
}
.TagClassName
{
border-color: #928200;
}
</style>