Shades of Lemon Ginger #999429
Tints of Lemon Ginger #999429
RGB
CMYK
RGB Variations
Color information
#999429 (or 0x999429) is known color: Lemon Ginger. HEX triplet: 99, 94 and 29. RGB value is (153,148,41). Sum of RGB (Red+Green+Blue) = 153+148+41=342 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.74% from 342); Green value is 148 (58.20% from 255 or 43.27% from 342); Blue value is 41 (16.41% from 255 or 11.99% from 342); Max value from RGB is 153 - color contains mainly: red. Hex color #999429 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999429 is #666BD6. Grayscale: #898989. Windows color (decimal): -6712279 or 2725017. OLE color: 2725017.
HSL color Cylindrical-coordinate representation of color #999429: hue angle of 57.32º 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 #999429 is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 148 | 41 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.4 |
| HSL | 57.32º | 0.58% | 0.38% | - |
| HSV(B) | 57.32º | 0.73% | 0.6% | - |
| XYZ | 24.13 | 28.11 | 6.25 | - |
| YUV | 137.3 | 73.66 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 148 | 41 | 0 | 0.03 | 0.73 | 0.4 | 57.32 | 0.58 | 0.38 |
| Hex | 99 | 94 | 29 | 0 | 3 | 49 | 28 | 39 | 3A | 26 |
| Octal | 231 | 224 | 51 | 0 | 3 | 111 | 50 | 71 | 72 | 46 |
| Binary | 10011001 | 10010100 | 101001 | 0 | 11 | 1001001 | 101000 | 111001 | 111010 | 100110 |
Color Harmonies of #999429
Complementary color
Monochromatic Colors of #999429
Black with #999429
Text Example
Text Example
White with #999429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999429; }
p { color: rgb(153,148,41); }
H1.HeaderClassName
{
color: #999429;
}
.AnyTagClassName
{
color: #999429;
}
</style>
background-color css
<style>
a { background-color: #999429; }
a { background-color: rgb(153,148,41); }
div.DivClassName
{
background-color: #999429;
}
.BgClassName
{
background-color: #999429;
}
</style>
border-color css
<style>
span { border-color: #999429; }
span { border-color: rgb(153,148,41); }
td.TdClassName
{
border-color: #999429;
}
.TagClassName
{
border-color: #999429;
}
</style>