Shades of Lemon Ginger #96902C
Tints of Lemon Ginger #96902C
RGB
CMYK
RGB Variations
Color information
#96902C (or 0x96902C) is known color: Lemon Ginger. HEX triplet: 96, 90 and 2C. RGB value is (150,144,44). Sum of RGB (Red+Green+Blue) = 150+144+44=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 144 (56.64% from 255 or 42.60% from 338); Blue value is 44 (17.58% from 255 or 13.02% from 338); Max value from RGB is 150 - color contains mainly: red. Hex color #96902C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96902C is #696FD3. Grayscale: #868686. Windows color (decimal): -6909908 or 2920598. OLE color: 2920598.
HSL color Cylindrical-coordinate representation of color #96902C: hue angle of 56.6º 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 #96902C is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 144 | 44 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.41 |
| HSL | 56.6º | 0.55% | 0.38% | - |
| HSV(B) | 56.6º | 0.71% | 0.59% | - |
| XYZ | 23.01 | 26.61 | 6.31 | - |
| YUV | 134.39 | 76.99 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 144 | 44 | 0 | 0.04 | 0.71 | 0.41 | 56.6 | 0.55 | 0.38 |
| Hex | 96 | 90 | 2C | 0 | 4 | 47 | 29 | 39 | 37 | 26 |
| Octal | 226 | 220 | 54 | 0 | 4 | 107 | 51 | 71 | 67 | 46 |
| Binary | 10010110 | 10010000 | 101100 | 0 | 100 | 1000111 | 101001 | 111001 | 110111 | 100110 |
Color Harmonies of #96902C
Complementary color
Monochromatic Colors of #96902C
Black with #96902C
Text Example
Text Example
White with #96902C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96902C; }
p { color: rgb(150,144,44); }
H1.HeaderClassName
{
color: #96902C;
}
.AnyTagClassName
{
color: #96902C;
}
</style>
background-color css
<style>
a { background-color: #96902C; }
a { background-color: rgb(150,144,44); }
div.DivClassName
{
background-color: #96902C;
}
.BgClassName
{
background-color: #96902C;
}
</style>
border-color css
<style>
span { border-color: #96902C; }
span { border-color: rgb(150,144,44); }
td.TdClassName
{
border-color: #96902C;
}
.TagClassName
{
border-color: #96902C;
}
</style>