Shades of Lemon Ginger #918D29
Tints of Lemon Ginger #918D29
RGB
CMYK
RGB Variations
Color information
#918D29 (or 0x918D29) is known color: Lemon Ginger. HEX triplet: 91, 8D and 29. RGB value is (145,141,41). Sum of RGB (Red+Green+Blue) = 145+141+41=327 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.34% from 327); Green value is 141 (55.47% from 255 or 43.12% from 327); Blue value is 41 (16.41% from 255 or 12.54% from 327); Max value from RGB is 145 - color contains mainly: red. Hex color #918D29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918D29 is #6E72D6. Grayscale: #838383. Windows color (decimal): -7238359 or 2723217. OLE color: 2723217.
HSL color Cylindrical-coordinate representation of color #918D29: hue angle of 57.69º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #918D29 is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 141 | 41 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.43 |
| HSL | 57.69º | 0.56% | 0.36% | - |
| HSV(B) | 57.69º | 0.72% | 0.57% | - |
| XYZ | 21.6 | 25.23 | 5.83 | - |
| YUV | 130.8 | 77.33 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 141 | 41 | 0 | 0.03 | 0.72 | 0.43 | 57.69 | 0.56 | 0.36 |
| Hex | 91 | 8D | 29 | 0 | 3 | 48 | 2B | 3A | 38 | 24 |
| Octal | 221 | 215 | 51 | 0 | 3 | 110 | 53 | 72 | 70 | 44 |
| Binary | 10010001 | 10001101 | 101001 | 0 | 11 | 1001000 | 101011 | 111010 | 111000 | 100100 |
Color Harmonies of #918D29
Complementary color
Monochromatic Colors of #918D29
Black with #918D29
Text Example
Text Example
White with #918D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918D29; }
p { color: rgb(145,141,41); }
H1.HeaderClassName
{
color: #918D29;
}
.AnyTagClassName
{
color: #918D29;
}
</style>
background-color css
<style>
a { background-color: #918D29; }
a { background-color: rgb(145,141,41); }
div.DivClassName
{
background-color: #918D29;
}
.BgClassName
{
background-color: #918D29;
}
</style>
border-color css
<style>
span { border-color: #918D29; }
span { border-color: rgb(145,141,41); }
td.TdClassName
{
border-color: #918D29;
}
.TagClassName
{
border-color: #918D29;
}
</style>