Shades of Lemon Ginger #968236
Tints of Lemon Ginger #968236
RGB
CMYK
RGB Variations
Color information
#968236 (or 0x968236) is known color: Lemon Ginger. HEX triplet: 96, 82 and 36. RGB value is (150,130,54). Sum of RGB (Red+Green+Blue) = 150+130+54=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 130 (51.17% from 255 or 38.92% from 334); Blue value is 54 (21.48% from 255 or 16.17% from 334); Max value from RGB is 150 - color contains mainly: red. Hex color #968236 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968236 is #697DC9. Grayscale: #7F7F7F. Windows color (decimal): -6913482 or 3572374. OLE color: 3572374.
HSL color Cylindrical-coordinate representation of color #968236: hue angle of 47.5º 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 #968236 is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 130 | 54 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.41 |
| HSL | 47.5º | 0.47% | 0.4% | - |
| HSV(B) | 47.5º | 0.64% | 0.59% | - |
| XYZ | 21.23 | 22.72 | 6.76 | - |
| YUV | 127.32 | 86.63 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 130 | 54 | 0 | 0.13 | 0.64 | 0.41 | 47.5 | 0.47 | 0.4 |
| Hex | 96 | 82 | 36 | 0 | D | 40 | 29 | 30 | 2F | 28 |
| Octal | 226 | 202 | 66 | 0 | 15 | 100 | 51 | 60 | 57 | 50 |
| Binary | 10010110 | 10000010 | 110110 | 0 | 1101 | 1000000 | 101001 | 110000 | 101111 | 101000 |
Color Harmonies of #968236
Complementary color
Monochromatic Colors of #968236
Black with #968236
Text Example
Text Example
White with #968236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968236; }
p { color: rgb(150,130,54); }
H1.HeaderClassName
{
color: #968236;
}
.AnyTagClassName
{
color: #968236;
}
</style>
background-color css
<style>
a { background-color: #968236; }
a { background-color: rgb(150,130,54); }
div.DivClassName
{
background-color: #968236;
}
.BgClassName
{
background-color: #968236;
}
</style>
border-color css
<style>
span { border-color: #968236; }
span { border-color: rgb(150,130,54); }
td.TdClassName
{
border-color: #968236;
}
.TagClassName
{
border-color: #968236;
}
</style>