Shades of Lemon Ginger #96912C
Tints of Lemon Ginger #96912C
RGB
CMYK
RGB Variations
Color information
#96912C (or 0x96912C) is known color: Lemon Ginger. HEX triplet: 96, 91 and 2C. RGB value is (150,145,44). Sum of RGB (Red+Green+Blue) = 150+145+44=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 145 (57.03% from 255 or 42.77% from 339); Blue value is 44 (17.58% from 255 or 12.98% from 339); Max value from RGB is 150 - color contains mainly: red. Hex color #96912C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96912C is #696ED3. Grayscale: #878787. Windows color (decimal): -6909652 or 2920854. OLE color: 2920854.
HSL color Cylindrical-coordinate representation of color #96912C: hue angle of 57.17º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #96912C is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 145 | 44 | - |
| CMYK | 0 | 0.03 | 0.71 | 0.41 |
| HSL | 57.17º | 0.55% | 0.38% | - |
| HSV(B) | 57.17º | 0.71% | 0.59% | - |
| XYZ | 23.16 | 26.92 | 6.36 | - |
| YUV | 134.98 | 76.66 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 145 | 44 | 0 | 0.03 | 0.71 | 0.41 | 57.17 | 0.55 | 0.38 |
| Hex | 96 | 91 | 2C | 0 | 3 | 47 | 29 | 39 | 37 | 26 |
| Octal | 226 | 221 | 54 | 0 | 3 | 107 | 51 | 71 | 67 | 46 |
| Binary | 10010110 | 10010001 | 101100 | 0 | 11 | 1000111 | 101001 | 111001 | 110111 | 100110 |
Color Harmonies of #96912C
Complementary color
Monochromatic Colors of #96912C
Black with #96912C
Text Example
Text Example
White with #96912C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96912C; }
p { color: rgb(150,145,44); }
H1.HeaderClassName
{
color: #96912C;
}
.AnyTagClassName
{
color: #96912C;
}
</style>
background-color css
<style>
a { background-color: #96912C; }
a { background-color: rgb(150,145,44); }
div.DivClassName
{
background-color: #96912C;
}
.BgClassName
{
background-color: #96912C;
}
</style>
border-color css
<style>
span { border-color: #96912C; }
span { border-color: rgb(150,145,44); }
td.TdClassName
{
border-color: #96912C;
}
.TagClassName
{
border-color: #96912C;
}
</style>