Shades of Lemon Ginger #928520
Tints of Lemon Ginger #928520
RGB
CMYK
RGB Variations
Color information
#928520 (or 0x928520) is known color: Lemon Ginger. HEX triplet: 92, 85 and 20. RGB value is (146,133,32). Sum of RGB (Red+Green+Blue) = 146+133+32=311 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.95% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 32 (12.89% from 255 or 10.29% from 311); Max value from RGB is 146 - color contains mainly: red. Hex color #928520 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928520 is #6D7ADF. Grayscale: #7D7D7D. Windows color (decimal): -7174880 or 2131346. OLE color: 2131346.
HSL color Cylindrical-coordinate representation of color #928520: hue angle of 53.16º 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 #928520 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 133 | 32 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.43 |
| HSL | 53.16º | 0.64% | 0.35% | - |
| HSV(B) | 53.16º | 0.78% | 0.57% | - |
| XYZ | 20.5 | 22.99 | 4.72 | - |
| YUV | 125.37 | 75.31 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 133 | 32 | 0 | 0.09 | 0.78 | 0.43 | 53.16 | 0.64 | 0.35 |
| Hex | 92 | 85 | 20 | 0 | 9 | 4E | 2B | 35 | 40 | 23 |
| Octal | 222 | 205 | 40 | 0 | 11 | 116 | 53 | 65 | 100 | 43 |
| Binary | 10010010 | 10000101 | 100000 | 0 | 1001 | 1001110 | 101011 | 110101 | 1000000 | 100011 |
Color Harmonies of #928520
Complementary color
Monochromatic Colors of #928520
Black with #928520
Text Example
Text Example
White with #928520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928520; }
p { color: rgb(146,133,32); }
H1.HeaderClassName
{
color: #928520;
}
.AnyTagClassName
{
color: #928520;
}
</style>
background-color css
<style>
a { background-color: #928520; }
a { background-color: rgb(146,133,32); }
div.DivClassName
{
background-color: #928520;
}
.BgClassName
{
background-color: #928520;
}
</style>
border-color css
<style>
span { border-color: #928520; }
span { border-color: rgb(146,133,32); }
td.TdClassName
{
border-color: #928520;
}
.TagClassName
{
border-color: #928520;
}
</style>