Shades of Lemon Ginger #928B24
Tints of Lemon Ginger #928B24
RGB
CMYK
RGB Variations
Color information
#928B24 (or 0x928B24) is known color: Lemon Ginger. HEX triplet: 92, 8B and 24. RGB value is (146,139,36). Sum of RGB (Red+Green+Blue) = 146+139+36=321 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.48% from 321); Green value is 139 (54.69% from 255 or 43.30% from 321); Blue value is 36 (14.45% from 255 or 11.21% from 321); Max value from RGB is 146 - color contains mainly: red. Hex color #928B24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928B24 is #6D74DB. Grayscale: #818181. Windows color (decimal): -7173340 or 2395026. OLE color: 2395026.
HSL color Cylindrical-coordinate representation of color #928B24: hue angle of 56.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 #928B24 is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 139 | 36 | - |
| CMYK | 0 | 0.05 | 0.75 | 0.43 |
| HSL | 56.18º | 0.6% | 0.36% | - |
| HSV(B) | 56.18º | 0.75% | 0.57% | - |
| XYZ | 21.41 | 24.7 | 5.31 | - |
| YUV | 129.35 | 75.32 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 139 | 36 | 0 | 0.05 | 0.75 | 0.43 | 56.18 | 0.6 | 0.36 |
| Hex | 92 | 8B | 24 | 0 | 5 | 4B | 2B | 38 | 3C | 24 |
| Octal | 222 | 213 | 44 | 0 | 5 | 113 | 53 | 70 | 74 | 44 |
| Binary | 10010010 | 10001011 | 100100 | 0 | 101 | 1001011 | 101011 | 111000 | 111100 | 100100 |
Color Harmonies of #928B24
Complementary color
Monochromatic Colors of #928B24
Black with #928B24
Text Example
Text Example
White with #928B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928B24; }
p { color: rgb(146,139,36); }
H1.HeaderClassName
{
color: #928B24;
}
.AnyTagClassName
{
color: #928B24;
}
</style>
background-color css
<style>
a { background-color: #928B24; }
a { background-color: rgb(146,139,36); }
div.DivClassName
{
background-color: #928B24;
}
.BgClassName
{
background-color: #928B24;
}
</style>
border-color css
<style>
span { border-color: #928B24; }
span { border-color: rgb(146,139,36); }
td.TdClassName
{
border-color: #928B24;
}
.TagClassName
{
border-color: #928B24;
}
</style>