Shades of Lemon Ginger #968D15
Tints of Lemon Ginger #968D15
RGB
CMYK
RGB Variations
Color information
#968D15 (or 0x968D15) is known color: Lemon Ginger. HEX triplet: 96, 8D and 15. RGB value is (150,141,21). Sum of RGB (Red+Green+Blue) = 150+141+21=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 141 (55.47% from 255 or 45.19% from 312); Blue value is 21 (8.59% from 255 or 6.73% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #968D15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968D15 is #6972EA. Grayscale: #828282. Windows color (decimal): -6910699 or 1412502. OLE color: 1412502.
HSL color Cylindrical-coordinate representation of color #968D15: hue angle of 55.81º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #968D15 is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 141 | 21 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.41 |
| HSL | 55.81º | 0.75% | 0.34% | - |
| HSV(B) | 55.81º | 0.86% | 0.59% | - |
| XYZ | 22.24 | 25.59 | 4.48 | - |
| YUV | 130.01 | 66.48 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 141 | 21 | 0 | 0.06 | 0.86 | 0.41 | 55.81 | 0.75 | 0.34 |
| Hex | 96 | 8D | 15 | 0 | 6 | 56 | 29 | 38 | 4B | 22 |
| Octal | 226 | 215 | 25 | 0 | 6 | 126 | 51 | 70 | 113 | 42 |
| Binary | 10010110 | 10001101 | 10101 | 0 | 110 | 1010110 | 101001 | 111000 | 1001011 | 100010 |
Color Harmonies of #968D15
Complementary color
Monochromatic Colors of #968D15
Black with #968D15
Text Example
Text Example
White with #968D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968D15; }
p { color: rgb(150,141,21); }
H1.HeaderClassName
{
color: #968D15;
}
.AnyTagClassName
{
color: #968D15;
}
</style>
background-color css
<style>
a { background-color: #968D15; }
a { background-color: rgb(150,141,21); }
div.DivClassName
{
background-color: #968D15;
}
.BgClassName
{
background-color: #968D15;
}
</style>
border-color css
<style>
span { border-color: #968D15; }
span { border-color: rgb(150,141,21); }
td.TdClassName
{
border-color: #968D15;
}
.TagClassName
{
border-color: #968D15;
}
</style>