Shades of Lemon Ginger #928220
Tints of Lemon Ginger #928220
RGB
CMYK
RGB Variations
Color information
#928220 (or 0x928220) is known color: Lemon Ginger. HEX triplet: 92, 82 and 20. RGB value is (146,130,32). Sum of RGB (Red+Green+Blue) = 146+130+32=308 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.40% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 32 (12.89% from 255 or 10.39% from 308); Max value from RGB is 146 - color contains mainly: red. Hex color #928220 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928220 is #6D7DDF. Grayscale: #7C7C7C. Windows color (decimal): -7175648 or 2130578. OLE color: 2130578.
HSL color Cylindrical-coordinate representation of color #928220: hue angle of 51.58º 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 #928220 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 130 | 32 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.43 |
| HSL | 51.58º | 0.64% | 0.35% | - |
| HSV(B) | 51.58º | 0.78% | 0.57% | - |
| XYZ | 20.1 | 22.18 | 4.59 | - |
| YUV | 123.61 | 76.3 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 130 | 32 | 0 | 0.11 | 0.78 | 0.43 | 51.58 | 0.64 | 0.35 |
| Hex | 92 | 82 | 20 | 0 | B | 4E | 2B | 34 | 40 | 23 |
| Octal | 222 | 202 | 40 | 0 | 13 | 116 | 53 | 64 | 100 | 43 |
| Binary | 10010010 | 10000010 | 100000 | 0 | 1011 | 1001110 | 101011 | 110100 | 1000000 | 100011 |
Color Harmonies of #928220
Complementary color
Monochromatic Colors of #928220
Black with #928220
Text Example
Text Example
White with #928220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928220; }
p { color: rgb(146,130,32); }
H1.HeaderClassName
{
color: #928220;
}
.AnyTagClassName
{
color: #928220;
}
</style>
background-color css
<style>
a { background-color: #928220; }
a { background-color: rgb(146,130,32); }
div.DivClassName
{
background-color: #928220;
}
.BgClassName
{
background-color: #928220;
}
</style>
border-color css
<style>
span { border-color: #928220; }
span { border-color: rgb(146,130,32); }
td.TdClassName
{
border-color: #928220;
}
.TagClassName
{
border-color: #928220;
}
</style>