Shades of Lemon Ginger #928020
Tints of Lemon Ginger #928020
RGB
CMYK
RGB Variations
Color information
#928020 (or 0x928020) is known color: Lemon Ginger. HEX triplet: 92, 80 and 20. RGB value is (146,128,32). Sum of RGB (Red+Green+Blue) = 146+128+32=306 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.71% from 306); Green value is 128 (50.39% from 255 or 41.83% from 306); Blue value is 32 (12.89% from 255 or 10.46% from 306); Max value from RGB is 146 - color contains mainly: red. Hex color #928020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928020 is #6D7FDF. Grayscale: #7A7A7A. Windows color (decimal): -7176160 or 2130066. OLE color: 2130066.
HSL color Cylindrical-coordinate representation of color #928020: hue angle of 50.53º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #928020 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 128 | 32 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.43 |
| HSL | 50.53º | 0.64% | 0.35% | - |
| HSV(B) | 50.53º | 0.78% | 0.57% | - |
| XYZ | 19.83 | 21.65 | 4.5 | - |
| YUV | 122.44 | 76.96 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 128 | 32 | 0 | 0.12 | 0.78 | 0.43 | 50.53 | 0.64 | 0.35 |
| Hex | 92 | 80 | 20 | 0 | C | 4E | 2B | 33 | 40 | 23 |
| Octal | 222 | 200 | 40 | 0 | 14 | 116 | 53 | 63 | 100 | 43 |
| Binary | 10010010 | 10000000 | 100000 | 0 | 1100 | 1001110 | 101011 | 110011 | 1000000 | 100011 |
Color Harmonies of #928020
Complementary color
Monochromatic Colors of #928020
Black with #928020
Text Example
Text Example
White with #928020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928020; }
p { color: rgb(146,128,32); }
H1.HeaderClassName
{
color: #928020;
}
.AnyTagClassName
{
color: #928020;
}
</style>
background-color css
<style>
a { background-color: #928020; }
a { background-color: rgb(146,128,32); }
div.DivClassName
{
background-color: #928020;
}
.BgClassName
{
background-color: #928020;
}
</style>
border-color css
<style>
span { border-color: #928020; }
span { border-color: rgb(146,128,32); }
td.TdClassName
{
border-color: #928020;
}
.TagClassName
{
border-color: #928020;
}
</style>