Shades of Lemon Ginger #927E21
Tints of Lemon Ginger #927E21
RGB
CMYK
RGB Variations
Color information
#927E21 (or 0x927E21) is known color: Lemon Ginger. HEX triplet: 92, 7E and 21. RGB value is (146,126,33). Sum of RGB (Red+Green+Blue) = 146+126+33=305 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.87% from 305); Green value is 126 (49.61% from 255 or 41.31% from 305); Blue value is 33 (13.28% from 255 or 10.82% from 305); Max value from RGB is 146 - color contains mainly: red. Hex color #927E21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927E21 is #6D81DE. Grayscale: #797979. Windows color (decimal): -7176671 or 2195090. OLE color: 2195090.
HSL color Cylindrical-coordinate representation of color #927E21: hue angle of 49.38º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #927E21 is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 126 | 33 | - |
| CMYK | 0 | 0.14 | 0.77 | 0.43 |
| HSL | 49.38º | 0.63% | 0.35% | - |
| HSV(B) | 49.38º | 0.77% | 0.57% | - |
| XYZ | 19.59 | 21.14 | 4.49 | - |
| YUV | 121.38 | 78.13 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 126 | 33 | 0 | 0.14 | 0.77 | 0.43 | 49.38 | 0.63 | 0.35 |
| Hex | 92 | 7E | 21 | 0 | E | 4D | 2B | 31 | 3F | 23 |
| Octal | 222 | 176 | 41 | 0 | 16 | 115 | 53 | 61 | 77 | 43 |
| Binary | 10010010 | 1111110 | 100001 | 0 | 1110 | 1001101 | 101011 | 110001 | 111111 | 100011 |
Color Harmonies of #927E21
Complementary color
Monochromatic Colors of #927E21
Black with #927E21
Text Example
Text Example
White with #927E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927E21; }
p { color: rgb(146,126,33); }
H1.HeaderClassName
{
color: #927E21;
}
.AnyTagClassName
{
color: #927E21;
}
</style>
background-color css
<style>
a { background-color: #927E21; }
a { background-color: rgb(146,126,33); }
div.DivClassName
{
background-color: #927E21;
}
.BgClassName
{
background-color: #927E21;
}
</style>
border-color css
<style>
span { border-color: #927E21; }
span { border-color: rgb(146,126,33); }
td.TdClassName
{
border-color: #927E21;
}
.TagClassName
{
border-color: #927E21;
}
</style>