Shades of Lemon Ginger #968336
Tints of Lemon Ginger #968336
RGB
CMYK
RGB Variations
Color information
#968336 (or 0x968336) is known color: Lemon Ginger. HEX triplet: 96, 83 and 36. RGB value is (150,131,54). Sum of RGB (Red+Green+Blue) = 150+131+54=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 131 (51.56% from 255 or 39.10% from 335); Blue value is 54 (21.48% from 255 or 16.12% from 335); Max value from RGB is 150 - color contains mainly: red. Hex color #968336 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968336 is #697CC9. Grayscale: #808080. Windows color (decimal): -6913226 or 3572630. OLE color: 3572630.
HSL color Cylindrical-coordinate representation of color #968336: hue angle of 48.12º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #968336 is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 131 | 54 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.41 |
| HSL | 48.13º | 0.47% | 0.4% | - |
| HSV(B) | 48.13º | 0.64% | 0.59% | - |
| XYZ | 21.36 | 22.98 | 6.8 | - |
| YUV | 127.9 | 86.29 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 131 | 54 | 0 | 0.13 | 0.64 | 0.41 | 48.13 | 0.47 | 0.4 |
| Hex | 96 | 83 | 36 | 0 | D | 40 | 29 | 30 | 2F | 28 |
| Octal | 226 | 203 | 66 | 0 | 15 | 100 | 51 | 60 | 57 | 50 |
| Binary | 10010110 | 10000011 | 110110 | 0 | 1101 | 1000000 | 101001 | 110000 | 101111 | 101000 |
Color Harmonies of #968336
Complementary color
Monochromatic Colors of #968336
Black with #968336
Text Example
Text Example
White with #968336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968336; }
p { color: rgb(150,131,54); }
H1.HeaderClassName
{
color: #968336;
}
.AnyTagClassName
{
color: #968336;
}
</style>
background-color css
<style>
a { background-color: #968336; }
a { background-color: rgb(150,131,54); }
div.DivClassName
{
background-color: #968336;
}
.BgClassName
{
background-color: #968336;
}
</style>
border-color css
<style>
span { border-color: #968336; }
span { border-color: rgb(150,131,54); }
td.TdClassName
{
border-color: #968336;
}
.TagClassName
{
border-color: #968336;
}
</style>