Shades of Lemon Ginger #96842C
Tints of Lemon Ginger #96842C
RGB
CMYK
RGB Variations
Color information
#96842C (or 0x96842C) is known color: Lemon Ginger. HEX triplet: 96, 84 and 2C. RGB value is (150,132,44). Sum of RGB (Red+Green+Blue) = 150+132+44=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 132 (51.95% from 255 or 40.49% from 326); Blue value is 44 (17.58% from 255 or 13.50% from 326); Max value from RGB is 150 - color contains mainly: red. Hex color #96842C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96842C is #697BD3. Grayscale: #7F7F7F. Windows color (decimal): -6912980 or 2917526. OLE color: 2917526.
HSL color Cylindrical-coordinate representation of color #96842C: hue angle of 49.81º 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 #96842C is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 132 | 44 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.41 |
| HSL | 49.81º | 0.55% | 0.38% | - |
| HSV(B) | 49.81º | 0.71% | 0.59% | - |
| XYZ | 21.28 | 23.17 | 5.73 | - |
| YUV | 127.35 | 80.96 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 132 | 44 | 0 | 0.12 | 0.71 | 0.41 | 49.81 | 0.55 | 0.38 |
| Hex | 96 | 84 | 2C | 0 | C | 47 | 29 | 32 | 37 | 26 |
| Octal | 226 | 204 | 54 | 0 | 14 | 107 | 51 | 62 | 67 | 46 |
| Binary | 10010110 | 10000100 | 101100 | 0 | 1100 | 1000111 | 101001 | 110010 | 110111 | 100110 |
Color Harmonies of #96842C
Complementary color
Monochromatic Colors of #96842C
Black with #96842C
Text Example
Text Example
White with #96842C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96842C; }
p { color: rgb(150,132,44); }
H1.HeaderClassName
{
color: #96842C;
}
.AnyTagClassName
{
color: #96842C;
}
</style>
background-color css
<style>
a { background-color: #96842C; }
a { background-color: rgb(150,132,44); }
div.DivClassName
{
background-color: #96842C;
}
.BgClassName
{
background-color: #96842C;
}
</style>
border-color css
<style>
span { border-color: #96842C; }
span { border-color: rgb(150,132,44); }
td.TdClassName
{
border-color: #96842C;
}
.TagClassName
{
border-color: #96842C;
}
</style>