Shades of Lemon Ginger #968D17
Tints of Lemon Ginger #968D17
RGB
CMYK
RGB Variations
Color information
#968D17 (or 0x968D17) is known color: Lemon Ginger. HEX triplet: 96, 8D and 17. RGB value is (150,141,23). Sum of RGB (Red+Green+Blue) = 150+141+23=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 141 (55.47% from 255 or 44.90% from 314); Blue value is 23 (9.38% from 255 or 7.32% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #968D17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968D17 is #6972E8. Grayscale: #828282. Windows color (decimal): -6910697 or 1543574. OLE color: 1543574.
HSL color Cylindrical-coordinate representation of color #968D17: hue angle of 55.75º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #968D17 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 141 | 23 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.41 |
| HSL | 55.75º | 0.73% | 0.34% | - |
| HSV(B) | 55.75º | 0.85% | 0.59% | - |
| XYZ | 22.26 | 25.6 | 4.58 | - |
| YUV | 130.24 | 67.48 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 141 | 23 | 0 | 0.06 | 0.85 | 0.41 | 55.75 | 0.73 | 0.34 |
| Hex | 96 | 8D | 17 | 0 | 6 | 55 | 29 | 38 | 49 | 22 |
| Octal | 226 | 215 | 27 | 0 | 6 | 125 | 51 | 70 | 111 | 42 |
| Binary | 10010110 | 10001101 | 10111 | 0 | 110 | 1010101 | 101001 | 111000 | 1001001 | 100010 |
Color Harmonies of #968D17
Complementary color
Monochromatic Colors of #968D17
Black with #968D17
Text Example
Text Example
White with #968D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968D17; }
p { color: rgb(150,141,23); }
H1.HeaderClassName
{
color: #968D17;
}
.AnyTagClassName
{
color: #968D17;
}
</style>
background-color css
<style>
a { background-color: #968D17; }
a { background-color: rgb(150,141,23); }
div.DivClassName
{
background-color: #968D17;
}
.BgClassName
{
background-color: #968D17;
}
</style>
border-color css
<style>
span { border-color: #968D17; }
span { border-color: rgb(150,141,23); }
td.TdClassName
{
border-color: #968D17;
}
.TagClassName
{
border-color: #968D17;
}
</style>