Shades of Lemon Ginger #967E31
Tints of Lemon Ginger #967E31
RGB
CMYK
RGB Variations
Color information
#967E31 (or 0x967E31) is known color: Lemon Ginger. HEX triplet: 96, 7E and 31. RGB value is (150,126,49). Sum of RGB (Red+Green+Blue) = 150+126+49=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 126 (49.61% from 255 or 38.77% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 150 - color contains mainly: red. Hex color #967E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967E31 is #6981CE. Grayscale: #7C7C7C. Windows color (decimal): -6914511 or 3243670. OLE color: 3243670.
HSL color Cylindrical-coordinate representation of color #967E31: hue angle of 45.74º degrees, saturation: 0.51, 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 #967E31 is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 126 | 49 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.41 |
| HSL | 45.74º | 0.51% | 0.39% | - |
| HSV(B) | 45.74º | 0.67% | 0.59% | - |
| XYZ | 20.59 | 21.63 | 5.99 | - |
| YUV | 124.4 | 85.45 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 126 | 49 | 0 | 0.16 | 0.67 | 0.41 | 45.74 | 0.51 | 0.39 |
| Hex | 96 | 7E | 31 | 0 | 10 | 43 | 29 | 2E | 33 | 27 |
| Octal | 226 | 176 | 61 | 0 | 20 | 103 | 51 | 56 | 63 | 47 |
| Binary | 10010110 | 1111110 | 110001 | 0 | 10000 | 1000011 | 101001 | 101110 | 110011 | 100111 |
Color Harmonies of #967E31
Complementary color
Monochromatic Colors of #967E31
Black with #967E31
Text Example
Text Example
White with #967E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967E31; }
p { color: rgb(150,126,49); }
H1.HeaderClassName
{
color: #967E31;
}
.AnyTagClassName
{
color: #967E31;
}
</style>
background-color css
<style>
a { background-color: #967E31; }
a { background-color: rgb(150,126,49); }
div.DivClassName
{
background-color: #967E31;
}
.BgClassName
{
background-color: #967E31;
}
</style>
border-color css
<style>
span { border-color: #967E31; }
span { border-color: rgb(150,126,49); }
td.TdClassName
{
border-color: #967E31;
}
.TagClassName
{
border-color: #967E31;
}
</style>