Shades of Lemon Ginger #968629
Tints of Lemon Ginger #968629
RGB
CMYK
RGB Variations
Color information
#968629 (or 0x968629) is known color: Lemon Ginger. HEX triplet: 96, 86 and 29. RGB value is (150,134,41). Sum of RGB (Red+Green+Blue) = 150+134+41=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 134 (52.73% from 255 or 41.23% from 325); Blue value is 41 (16.41% from 255 or 12.62% from 325); Max value from RGB is 150 - color contains mainly: red. Hex color #968629 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968629 is #6979D6. Grayscale: #808080. Windows color (decimal): -6912471 or 2721430. OLE color: 2721430.
HSL color Cylindrical-coordinate representation of color #968629: hue angle of 51.19º 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 #968629 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 134 | 41 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.41 |
| HSL | 51.19º | 0.57% | 0.37% | - |
| HSV(B) | 51.19º | 0.73% | 0.59% | - |
| XYZ | 21.5 | 23.69 | 5.54 | - |
| YUV | 128.18 | 78.8 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 134 | 41 | 0 | 0.11 | 0.73 | 0.41 | 51.19 | 0.57 | 0.37 |
| Hex | 96 | 86 | 29 | 0 | B | 49 | 29 | 33 | 39 | 25 |
| Octal | 226 | 206 | 51 | 0 | 13 | 111 | 51 | 63 | 71 | 45 |
| Binary | 10010110 | 10000110 | 101001 | 0 | 1011 | 1001001 | 101001 | 110011 | 111001 | 100101 |
Color Harmonies of #968629
Complementary color
Monochromatic Colors of #968629
Black with #968629
Text Example
Text Example
White with #968629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968629; }
p { color: rgb(150,134,41); }
H1.HeaderClassName
{
color: #968629;
}
.AnyTagClassName
{
color: #968629;
}
</style>
background-color css
<style>
a { background-color: #968629; }
a { background-color: rgb(150,134,41); }
div.DivClassName
{
background-color: #968629;
}
.BgClassName
{
background-color: #968629;
}
</style>
border-color css
<style>
span { border-color: #968629; }
span { border-color: rgb(150,134,41); }
td.TdClassName
{
border-color: #968629;
}
.TagClassName
{
border-color: #968629;
}
</style>