Shades of Lemon Ginger #918E29
Tints of Lemon Ginger #918E29
RGB
CMYK
RGB Variations
Color information
#918E29 (or 0x918E29) is known color: Lemon Ginger. HEX triplet: 91, 8E and 29. RGB value is (145,142,41). Sum of RGB (Red+Green+Blue) = 145+142+41=328 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.21% from 328); Green value is 142 (55.86% from 255 or 43.29% from 328); Blue value is 41 (16.41% from 255 or 12.5% from 328); Max value from RGB is 145 - color contains mainly: red. Hex color #918E29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918E29 is #6E71D6. Grayscale: #838383. Windows color (decimal): -7238103 or 2723473. OLE color: 2723473.
HSL color Cylindrical-coordinate representation of color #918E29: hue angle of 58.27º 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 #918E29 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 142 | 41 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.43 |
| HSL | 58.27º | 0.56% | 0.36% | - |
| HSV(B) | 58.27º | 0.72% | 0.57% | - |
| XYZ | 21.75 | 25.53 | 5.88 | - |
| YUV | 131.38 | 76.99 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 142 | 41 | 0 | 0.02 | 0.72 | 0.43 | 58.27 | 0.56 | 0.36 |
| Hex | 91 | 8E | 29 | 0 | 2 | 48 | 2B | 3A | 38 | 24 |
| Octal | 221 | 216 | 51 | 0 | 2 | 110 | 53 | 72 | 70 | 44 |
| Binary | 10010001 | 10001110 | 101001 | 0 | 10 | 1001000 | 101011 | 111010 | 111000 | 100100 |
Color Harmonies of #918E29
Complementary color
Monochromatic Colors of #918E29
Black with #918E29
Text Example
Text Example
White with #918E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918E29; }
p { color: rgb(145,142,41); }
H1.HeaderClassName
{
color: #918E29;
}
.AnyTagClassName
{
color: #918E29;
}
</style>
background-color css
<style>
a { background-color: #918E29; }
a { background-color: rgb(145,142,41); }
div.DivClassName
{
background-color: #918E29;
}
.BgClassName
{
background-color: #918E29;
}
</style>
border-color css
<style>
span { border-color: #918E29; }
span { border-color: rgb(145,142,41); }
td.TdClassName
{
border-color: #918E29;
}
.TagClassName
{
border-color: #918E29;
}
</style>