Shades of Olive #928900
Tints of Olive #928900
RGB
CMYK
RGB Variations
Color information
#928900 (or 0x928900) is known color: Olive. HEX triplet: 92, 89 and 00. RGB value is (146,137,0). Sum of RGB (Red+Green+Blue) = 146+137+0=283 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.59% from 283); Green value is 137 (53.91% from 255 or 48.41% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 146 - color contains mainly: red. Hex color #928900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928900 is #6D76FF. Grayscale: #7C7C7C. Windows color (decimal): -7173888 or 35218. OLE color: 35218.
HSL color Cylindrical-coordinate representation of color #928900: hue angle of 56.3º 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 #928900 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 137 | 0 | - |
| CMYK | 0 | 0.06 | 1 | 0.43 |
| HSL | 56.3º | 1% | 0.29% | - |
| HSV(B) | 56.3º | 1% | 0.57% | - |
| XYZ | 20.8 | 24 | 3.54 | - |
| YUV | 124.07 | 57.98 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 137 | 0 | 0 | 0.06 | 1 | 0.43 | 56.3 | 1 | 0.29 |
| Hex | 92 | 89 | 0 | 0 | 6 | 64 | 2B | 38 | 64 | 1D |
| Octal | 222 | 211 | 0 | 0 | 6 | 144 | 53 | 70 | 144 | 35 |
| Binary | 10010010 | 10001001 | 0 | 0 | 110 | 1100100 | 101011 | 111000 | 1100100 | 11101 |
Color Harmonies of #928900
Complementary color
Monochromatic Colors of #928900
Black with #928900
Text Example
Text Example
White with #928900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928900; }
p { color: rgb(146,137,0); }
H1.HeaderClassName
{
color: #928900;
}
.AnyTagClassName
{
color: #928900;
}
</style>
background-color css
<style>
a { background-color: #928900; }
a { background-color: rgb(146,137,0); }
div.DivClassName
{
background-color: #928900;
}
.BgClassName
{
background-color: #928900;
}
</style>
border-color css
<style>
span { border-color: #928900; }
span { border-color: rgb(146,137,0); }
td.TdClassName
{
border-color: #928900;
}
.TagClassName
{
border-color: #928900;
}
</style>