Shades of Lemon Ginger #918C24
Tints of Lemon Ginger #918C24
RGB
CMYK
RGB Variations
Color information
#918C24 (or 0x918C24) is known color: Lemon Ginger. HEX triplet: 91, 8C and 24. RGB value is (145,140,36). Sum of RGB (Red+Green+Blue) = 145+140+36=321 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.17% from 321); Green value is 140 (55.08% from 255 or 43.61% from 321); Blue value is 36 (14.45% from 255 or 11.21% from 321); Max value from RGB is 145 - color contains mainly: red. Hex color #918C24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918C24 is #6E73DB. Grayscale: #828282. Windows color (decimal): -7238620 or 2395281. OLE color: 2395281.
HSL color Cylindrical-coordinate representation of color #918C24: hue angle of 57.25º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #918C24 is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 140 | 36 | - |
| CMYK | 0 | 0.03 | 0.75 | 0.43 |
| HSL | 57.25º | 0.6% | 0.35% | - |
| HSV(B) | 57.25º | 0.75% | 0.57% | - |
| XYZ | 21.37 | 24.9 | 5.35 | - |
| YUV | 129.64 | 75.16 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 140 | 36 | 0 | 0.03 | 0.75 | 0.43 | 57.25 | 0.6 | 0.35 |
| Hex | 91 | 8C | 24 | 0 | 3 | 4B | 2B | 39 | 3C | 23 |
| Octal | 221 | 214 | 44 | 0 | 3 | 113 | 53 | 71 | 74 | 43 |
| Binary | 10010001 | 10001100 | 100100 | 0 | 11 | 1001011 | 101011 | 111001 | 111100 | 100011 |
Color Harmonies of #918C24
Complementary color
Monochromatic Colors of #918C24
Black with #918C24
Text Example
Text Example
White with #918C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918C24; }
p { color: rgb(145,140,36); }
H1.HeaderClassName
{
color: #918C24;
}
.AnyTagClassName
{
color: #918C24;
}
</style>
background-color css
<style>
a { background-color: #918C24; }
a { background-color: rgb(145,140,36); }
div.DivClassName
{
background-color: #918C24;
}
.BgClassName
{
background-color: #918C24;
}
</style>
border-color css
<style>
span { border-color: #918C24; }
span { border-color: rgb(145,140,36); }
td.TdClassName
{
border-color: #918C24;
}
.TagClassName
{
border-color: #918C24;
}
</style>