Shades of Lemon Ginger #967D32
Tints of Lemon Ginger #967D32
RGB
CMYK
RGB Variations
Color information
#967D32 (or 0x967D32) is known color: Lemon Ginger. HEX triplet: 96, 7D and 32. RGB value is (150,125,50). Sum of RGB (Red+Green+Blue) = 150+125+50=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 125 (49.22% from 255 or 38.46% from 325); Blue value is 50 (19.92% from 255 or 15.38% from 325); Max value from RGB is 150 - color contains mainly: red. Hex color #967D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967D32 is #6982CD. Grayscale: #7C7C7C. Windows color (decimal): -6914766 or 3308950. OLE color: 3308950.
HSL color Cylindrical-coordinate representation of color #967D32: hue angle of 45º 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 #967D32 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 125 | 50 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.41 |
| HSL | 45º | 0.5% | 0.39% | - |
| HSV(B) | 45º | 0.67% | 0.59% | - |
| XYZ | 20.49 | 21.38 | 6.06 | - |
| YUV | 123.93 | 86.28 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 125 | 50 | 0 | 0.17 | 0.67 | 0.41 | 45 | 0.5 | 0.39 |
| Hex | 96 | 7D | 32 | 0 | 11 | 43 | 29 | 2D | 32 | 27 |
| Octal | 226 | 175 | 62 | 0 | 21 | 103 | 51 | 55 | 62 | 47 |
| Binary | 10010110 | 1111101 | 110010 | 0 | 10001 | 1000011 | 101001 | 101101 | 110010 | 100111 |
Color Harmonies of #967D32
Complementary color
Monochromatic Colors of #967D32
Black with #967D32
Text Example
Text Example
White with #967D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967D32; }
p { color: rgb(150,125,50); }
H1.HeaderClassName
{
color: #967D32;
}
.AnyTagClassName
{
color: #967D32;
}
</style>
background-color css
<style>
a { background-color: #967D32; }
a { background-color: rgb(150,125,50); }
div.DivClassName
{
background-color: #967D32;
}
.BgClassName
{
background-color: #967D32;
}
</style>
border-color css
<style>
span { border-color: #967D32; }
span { border-color: rgb(150,125,50); }
td.TdClassName
{
border-color: #967D32;
}
.TagClassName
{
border-color: #967D32;
}
</style>