Shades of Lemon Ginger #967E27
Tints of Lemon Ginger #967E27
RGB
CMYK
RGB Variations
Color information
#967E27 (or 0x967E27) is known color: Lemon Ginger. HEX triplet: 96, 7E and 27. RGB value is (150,126,39). Sum of RGB (Red+Green+Blue) = 150+126+39=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 126 (49.61% from 255 or 40% from 315); Blue value is 39 (15.62% from 255 or 12.38% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #967E27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967E27 is #6981D8. Grayscale: #7B7B7B. Windows color (decimal): -6914521 or 2588310. OLE color: 2588310.
HSL color Cylindrical-coordinate representation of color #967E27: hue angle of 47.03º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #967E27 is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 126 | 39 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.41 |
| HSL | 47.03º | 0.59% | 0.37% | - |
| HSV(B) | 47.03º | 0.74% | 0.59% | - |
| XYZ | 20.4 | 21.55 | 5 | - |
| YUV | 123.26 | 80.45 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 126 | 39 | 0 | 0.16 | 0.74 | 0.41 | 47.03 | 0.59 | 0.37 |
| Hex | 96 | 7E | 27 | 0 | 10 | 4A | 29 | 2F | 3B | 25 |
| Octal | 226 | 176 | 47 | 0 | 20 | 112 | 51 | 57 | 73 | 45 |
| Binary | 10010110 | 1111110 | 100111 | 0 | 10000 | 1001010 | 101001 | 101111 | 111011 | 100101 |
Color Harmonies of #967E27
Complementary color
Monochromatic Colors of #967E27
Black with #967E27
Text Example
Text Example
White with #967E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967E27; }
p { color: rgb(150,126,39); }
H1.HeaderClassName
{
color: #967E27;
}
.AnyTagClassName
{
color: #967E27;
}
</style>
background-color css
<style>
a { background-color: #967E27; }
a { background-color: rgb(150,126,39); }
div.DivClassName
{
background-color: #967E27;
}
.BgClassName
{
background-color: #967E27;
}
</style>
border-color css
<style>
span { border-color: #967E27; }
span { border-color: rgb(150,126,39); }
td.TdClassName
{
border-color: #967E27;
}
.TagClassName
{
border-color: #967E27;
}
</style>