Shades of Lemon Ginger #927D24
Tints of Lemon Ginger #927D24
RGB
CMYK
RGB Variations
Color information
#927D24 (or 0x927D24) is known color: Lemon Ginger. HEX triplet: 92, 7D and 24. RGB value is (146,125,36). Sum of RGB (Red+Green+Blue) = 146+125+36=307 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.56% from 307); Green value is 125 (49.22% from 255 or 40.72% from 307); Blue value is 36 (14.45% from 255 or 11.73% from 307); Max value from RGB is 146 - color contains mainly: red. Hex color #927D24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927D24 is #6D82DB. Grayscale: #797979. Windows color (decimal): -7176924 or 2391442. OLE color: 2391442.
HSL color Cylindrical-coordinate representation of color #927D24: hue angle of 48.55º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #927D24 is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 125 | 36 | - |
| CMYK | 0 | 0.14 | 0.75 | 0.43 |
| HSL | 48.55º | 0.6% | 0.36% | - |
| HSV(B) | 48.55º | 0.75% | 0.57% | - |
| XYZ | 19.51 | 20.91 | 4.68 | - |
| YUV | 121.13 | 79.96 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 125 | 36 | 0 | 0.14 | 0.75 | 0.43 | 48.55 | 0.6 | 0.36 |
| Hex | 92 | 7D | 24 | 0 | E | 4B | 2B | 31 | 3C | 24 |
| Octal | 222 | 175 | 44 | 0 | 16 | 113 | 53 | 61 | 74 | 44 |
| Binary | 10010010 | 1111101 | 100100 | 0 | 1110 | 1001011 | 101011 | 110001 | 111100 | 100100 |
Color Harmonies of #927D24
Complementary color
Monochromatic Colors of #927D24
Black with #927D24
Text Example
Text Example
White with #927D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927D24; }
p { color: rgb(146,125,36); }
H1.HeaderClassName
{
color: #927D24;
}
.AnyTagClassName
{
color: #927D24;
}
</style>
background-color css
<style>
a { background-color: #927D24; }
a { background-color: rgb(146,125,36); }
div.DivClassName
{
background-color: #927D24;
}
.BgClassName
{
background-color: #927D24;
}
</style>
border-color css
<style>
span { border-color: #927D24; }
span { border-color: rgb(146,125,36); }
td.TdClassName
{
border-color: #927D24;
}
.TagClassName
{
border-color: #927D24;
}
</style>