Shades of Lemon Ginger #928024
Tints of Lemon Ginger #928024
RGB
CMYK
RGB Variations
Color information
#928024 (or 0x928024) is known color: Lemon Ginger. HEX triplet: 92, 80 and 24. RGB value is (146,128,36). Sum of RGB (Red+Green+Blue) = 146+128+36=310 (41% of max value = 765). Red value is 146 (57.42% from 255 or 47.10% from 310); Green value is 128 (50.39% from 255 or 41.29% from 310); Blue value is 36 (14.45% from 255 or 11.61% from 310); Max value from RGB is 146 - color contains mainly: red. Hex color #928024 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928024 is #6D7FDB. Grayscale: #7B7B7B. Windows color (decimal): -7176156 or 2392210. OLE color: 2392210.
HSL color Cylindrical-coordinate representation of color #928024: hue angle of 50.18º 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 #928024 is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 128 | 36 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.43 |
| HSL | 50.18º | 0.6% | 0.36% | - |
| HSV(B) | 50.18º | 0.75% | 0.57% | - |
| XYZ | 19.89 | 21.68 | 4.8 | - |
| YUV | 122.89 | 78.96 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 128 | 36 | 0 | 0.12 | 0.75 | 0.43 | 50.18 | 0.6 | 0.36 |
| Hex | 92 | 80 | 24 | 0 | C | 4B | 2B | 32 | 3C | 24 |
| Octal | 222 | 200 | 44 | 0 | 14 | 113 | 53 | 62 | 74 | 44 |
| Binary | 10010010 | 10000000 | 100100 | 0 | 1100 | 1001011 | 101011 | 110010 | 111100 | 100100 |
Color Harmonies of #928024
Complementary color
Monochromatic Colors of #928024
Black with #928024
Text Example
Text Example
White with #928024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928024; }
p { color: rgb(146,128,36); }
H1.HeaderClassName
{
color: #928024;
}
.AnyTagClassName
{
color: #928024;
}
</style>
background-color css
<style>
a { background-color: #928024; }
a { background-color: rgb(146,128,36); }
div.DivClassName
{
background-color: #928024;
}
.BgClassName
{
background-color: #928024;
}
</style>
border-color css
<style>
span { border-color: #928024; }
span { border-color: rgb(146,128,36); }
td.TdClassName
{
border-color: #928024;
}
.TagClassName
{
border-color: #928024;
}
</style>