Shades of Lemon Ginger #968036
Tints of Lemon Ginger #968036
RGB
CMYK
RGB Variations
Color information
#968036 (or 0x968036) is known color: Lemon Ginger. HEX triplet: 96, 80 and 36. RGB value is (150,128,54). Sum of RGB (Red+Green+Blue) = 150+128+54=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 128 (50.39% from 255 or 38.55% from 332); Blue value is 54 (21.48% from 255 or 16.27% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #968036 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968036 is #697FC9. Grayscale: #7E7E7E. Windows color (decimal): -6913994 or 3571862. OLE color: 3571862.
HSL color Cylindrical-coordinate representation of color #968036: hue angle of 46.25º 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 #968036 is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 128 | 54 | - |
| CMYK | 0 | 0.15 | 0.64 | 0.41 |
| HSL | 46.25º | 0.47% | 0.4% | - |
| HSV(B) | 46.25º | 0.64% | 0.59% | - |
| XYZ | 20.96 | 22.19 | 6.67 | - |
| YUV | 126.14 | 87.29 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 128 | 54 | 0 | 0.15 | 0.64 | 0.41 | 46.25 | 0.47 | 0.4 |
| Hex | 96 | 80 | 36 | 0 | F | 40 | 29 | 2E | 2F | 28 |
| Octal | 226 | 200 | 66 | 0 | 17 | 100 | 51 | 56 | 57 | 50 |
| Binary | 10010110 | 10000000 | 110110 | 0 | 1111 | 1000000 | 101001 | 101110 | 101111 | 101000 |
Color Harmonies of #968036
Complementary color
Monochromatic Colors of #968036
Black with #968036
Text Example
Text Example
White with #968036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968036; }
p { color: rgb(150,128,54); }
H1.HeaderClassName
{
color: #968036;
}
.AnyTagClassName
{
color: #968036;
}
</style>
background-color css
<style>
a { background-color: #968036; }
a { background-color: rgb(150,128,54); }
div.DivClassName
{
background-color: #968036;
}
.BgClassName
{
background-color: #968036;
}
</style>
border-color css
<style>
span { border-color: #968036; }
span { border-color: rgb(150,128,54); }
td.TdClassName
{
border-color: #968036;
}
.TagClassName
{
border-color: #968036;
}
</style>