Shades of Lemon Ginger #999129
Tints of Lemon Ginger #999129
RGB
CMYK
RGB Variations
Color information
#999129 (or 0x999129) is known color: Lemon Ginger. HEX triplet: 99, 91 and 29. RGB value is (153,145,41). Sum of RGB (Red+Green+Blue) = 153+145+41=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 145 (57.03% from 255 or 42.77% from 339); Blue value is 41 (16.41% from 255 or 12.09% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #999129 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999129 is #666ED6. Grayscale: #878787. Windows color (decimal): -6713047 or 2724249. OLE color: 2724249.
HSL color Cylindrical-coordinate representation of color #999129: hue angle of 55.71º 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 #999129 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 145 | 41 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.4 |
| HSL | 55.71º | 0.58% | 0.38% | - |
| HSV(B) | 55.71º | 0.73% | 0.6% | - |
| XYZ | 23.66 | 27.18 | 6.1 | - |
| YUV | 135.54 | 74.65 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 145 | 41 | 0 | 0.05 | 0.73 | 0.4 | 55.71 | 0.58 | 0.38 |
| Hex | 99 | 91 | 29 | 0 | 5 | 49 | 28 | 38 | 3A | 26 |
| Octal | 231 | 221 | 51 | 0 | 5 | 111 | 50 | 70 | 72 | 46 |
| Binary | 10011001 | 10010001 | 101001 | 0 | 101 | 1001001 | 101000 | 111000 | 111010 | 100110 |
Color Harmonies of #999129
Complementary color
Monochromatic Colors of #999129
Black with #999129
Text Example
Text Example
White with #999129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999129; }
p { color: rgb(153,145,41); }
H1.HeaderClassName
{
color: #999129;
}
.AnyTagClassName
{
color: #999129;
}
</style>
background-color css
<style>
a { background-color: #999129; }
a { background-color: rgb(153,145,41); }
div.DivClassName
{
background-color: #999129;
}
.BgClassName
{
background-color: #999129;
}
</style>
border-color css
<style>
span { border-color: #999129; }
span { border-color: rgb(153,145,41); }
td.TdClassName
{
border-color: #999129;
}
.TagClassName
{
border-color: #999129;
}
</style>