Shades of Lemon Ginger #968D20
Tints of Lemon Ginger #968D20
RGB
CMYK
RGB Variations
Color information
#968D20 (or 0x968D20) is known color: Lemon Ginger. HEX triplet: 96, 8D and 20. RGB value is (150,141,32). Sum of RGB (Red+Green+Blue) = 150+141+32=323 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.44% from 323); Green value is 141 (55.47% from 255 or 43.65% from 323); Blue value is 32 (12.89% from 255 or 9.91% from 323); Max value from RGB is 150 - color contains mainly: red. Hex color #968D20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968D20 is #6972DF. Grayscale: #838383. Windows color (decimal): -6910688 or 2133398. OLE color: 2133398.
HSL color Cylindrical-coordinate representation of color #968D20: hue angle of 55.42º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #968D20 is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 141 | 32 | - |
| CMYK | 0 | 0.06 | 0.79 | 0.41 |
| HSL | 55.42º | 0.65% | 0.36% | - |
| HSV(B) | 55.42º | 0.79% | 0.59% | - |
| XYZ | 22.36 | 25.64 | 5.14 | - |
| YUV | 131.27 | 71.98 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 141 | 32 | 0 | 0.06 | 0.79 | 0.41 | 55.42 | 0.65 | 0.36 |
| Hex | 96 | 8D | 20 | 0 | 6 | 4F | 29 | 37 | 41 | 24 |
| Octal | 226 | 215 | 40 | 0 | 6 | 117 | 51 | 67 | 101 | 44 |
| Binary | 10010110 | 10001101 | 100000 | 0 | 110 | 1001111 | 101001 | 110111 | 1000001 | 100100 |
Color Harmonies of #968D20
Complementary color
Monochromatic Colors of #968D20
Black with #968D20
Text Example
Text Example
White with #968D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968D20; }
p { color: rgb(150,141,32); }
H1.HeaderClassName
{
color: #968D20;
}
.AnyTagClassName
{
color: #968D20;
}
</style>
background-color css
<style>
a { background-color: #968D20; }
a { background-color: rgb(150,141,32); }
div.DivClassName
{
background-color: #968D20;
}
.BgClassName
{
background-color: #968D20;
}
</style>
border-color css
<style>
span { border-color: #968D20; }
span { border-color: rgb(150,141,32); }
td.TdClassName
{
border-color: #968D20;
}
.TagClassName
{
border-color: #968D20;
}
</style>