Shades of Lemon Ginger #999029
Tints of Lemon Ginger #999029
RGB
CMYK
RGB Variations
Color information
#999029 (or 0x999029) is known color: Lemon Ginger. HEX triplet: 99, 90 and 29. RGB value is (153,144,41). Sum of RGB (Red+Green+Blue) = 153+144+41=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 144 (56.64% from 255 or 42.60% from 338); Blue value is 41 (16.41% from 255 or 12.13% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #999029 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999029 is #666FD6. Grayscale: #878787. Windows color (decimal): -6713303 or 2723993. OLE color: 2723993.
HSL color Cylindrical-coordinate representation of color #999029: hue angle of 55.18º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #999029 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 144 | 41 | - |
| CMYK | 0 | 0.06 | 0.73 | 0.4 |
| HSL | 55.18º | 0.58% | 0.38% | - |
| HSV(B) | 55.18º | 0.73% | 0.6% | - |
| XYZ | 23.51 | 26.88 | 6.05 | - |
| YUV | 134.95 | 74.98 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 144 | 41 | 0 | 0.06 | 0.73 | 0.4 | 55.18 | 0.58 | 0.38 |
| Hex | 99 | 90 | 29 | 0 | 6 | 49 | 28 | 37 | 3A | 26 |
| Octal | 231 | 220 | 51 | 0 | 6 | 111 | 50 | 67 | 72 | 46 |
| Binary | 10011001 | 10010000 | 101001 | 0 | 110 | 1001001 | 101000 | 110111 | 111010 | 100110 |
Color Harmonies of #999029
Complementary color
Monochromatic Colors of #999029
Black with #999029
Text Example
Text Example
White with #999029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999029; }
p { color: rgb(153,144,41); }
H1.HeaderClassName
{
color: #999029;
}
.AnyTagClassName
{
color: #999029;
}
</style>
background-color css
<style>
a { background-color: #999029; }
a { background-color: rgb(153,144,41); }
div.DivClassName
{
background-color: #999029;
}
.BgClassName
{
background-color: #999029;
}
</style>
border-color css
<style>
span { border-color: #999029; }
span { border-color: rgb(153,144,41); }
td.TdClassName
{
border-color: #999029;
}
.TagClassName
{
border-color: #999029;
}
</style>