Shades of Lemon Ginger #968429
Tints of Lemon Ginger #968429
RGB
CMYK
RGB Variations
Color information
#968429 (or 0x968429) is known color: Lemon Ginger. HEX triplet: 96, 84 and 29. RGB value is (150,132,41). Sum of RGB (Red+Green+Blue) = 150+132+41=323 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.44% from 323); Green value is 132 (51.95% from 255 or 40.87% from 323); Blue value is 41 (16.41% from 255 or 12.69% from 323); Max value from RGB is 150 - color contains mainly: red. Hex color #968429 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968429 is #697BD6. Grayscale: #7F7F7F. Windows color (decimal): -6912983 or 2720918. OLE color: 2720918.
HSL color Cylindrical-coordinate representation of color #968429: hue angle of 50.09º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #968429 is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 132 | 41 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.41 |
| HSL | 50.09º | 0.57% | 0.37% | - |
| HSV(B) | 50.09º | 0.73% | 0.59% | - |
| XYZ | 21.23 | 23.15 | 5.45 | - |
| YUV | 127.01 | 79.46 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 132 | 41 | 0 | 0.12 | 0.73 | 0.41 | 50.09 | 0.57 | 0.37 |
| Hex | 96 | 84 | 29 | 0 | C | 49 | 29 | 32 | 39 | 25 |
| Octal | 226 | 204 | 51 | 0 | 14 | 111 | 51 | 62 | 71 | 45 |
| Binary | 10010110 | 10000100 | 101001 | 0 | 1100 | 1001001 | 101001 | 110010 | 111001 | 100101 |
Color Harmonies of #968429
Complementary color
Monochromatic Colors of #968429
Black with #968429
Text Example
Text Example
White with #968429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968429; }
p { color: rgb(150,132,41); }
H1.HeaderClassName
{
color: #968429;
}
.AnyTagClassName
{
color: #968429;
}
</style>
background-color css
<style>
a { background-color: #968429; }
a { background-color: rgb(150,132,41); }
div.DivClassName
{
background-color: #968429;
}
.BgClassName
{
background-color: #968429;
}
</style>
border-color css
<style>
span { border-color: #968429; }
span { border-color: rgb(150,132,41); }
td.TdClassName
{
border-color: #968429;
}
.TagClassName
{
border-color: #968429;
}
</style>