Shades of Lemon Ginger #968532
Tints of Lemon Ginger #968532
RGB
CMYK
RGB Variations
Color information
#968532 (or 0x968532) is known color: Lemon Ginger. HEX triplet: 96, 85 and 32. RGB value is (150,133,50). Sum of RGB (Red+Green+Blue) = 150+133+50=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 133 (52.34% from 255 or 39.94% from 333); Blue value is 50 (19.92% from 255 or 15.02% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #968532 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968532 is #697ACD. Grayscale: #808080. Windows color (decimal): -6912718 or 3310998. OLE color: 3310998.
HSL color Cylindrical-coordinate representation of color #968532: hue angle of 49.8º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #968532 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 133 | 50 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.41 |
| HSL | 49.8º | 0.5% | 0.39% | - |
| HSV(B) | 49.8º | 0.67% | 0.59% | - |
| XYZ | 21.54 | 23.49 | 6.42 | - |
| YUV | 128.62 | 83.63 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 133 | 50 | 0 | 0.11 | 0.67 | 0.41 | 49.8 | 0.5 | 0.39 |
| Hex | 96 | 85 | 32 | 0 | B | 43 | 29 | 32 | 32 | 27 |
| Octal | 226 | 205 | 62 | 0 | 13 | 103 | 51 | 62 | 62 | 47 |
| Binary | 10010110 | 10000101 | 110010 | 0 | 1011 | 1000011 | 101001 | 110010 | 110010 | 100111 |
Color Harmonies of #968532
Complementary color
Monochromatic Colors of #968532
Black with #968532
Text Example
Text Example
White with #968532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968532; }
p { color: rgb(150,133,50); }
H1.HeaderClassName
{
color: #968532;
}
.AnyTagClassName
{
color: #968532;
}
</style>
background-color css
<style>
a { background-color: #968532; }
a { background-color: rgb(150,133,50); }
div.DivClassName
{
background-color: #968532;
}
.BgClassName
{
background-color: #968532;
}
</style>
border-color css
<style>
span { border-color: #968532; }
span { border-color: rgb(150,133,50); }
td.TdClassName
{
border-color: #968532;
}
.TagClassName
{
border-color: #968532;
}
</style>