Shades of Lemon Ginger #968C24
Tints of Lemon Ginger #968C24
RGB
CMYK
RGB Variations
Color information
#968C24 (or 0x968C24) is known color: Lemon Ginger. HEX triplet: 96, 8C and 24. RGB value is (150,140,36). Sum of RGB (Red+Green+Blue) = 150+140+36=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 140 (55.08% from 255 or 42.94% from 326); Blue value is 36 (14.45% from 255 or 11.04% from 326); Max value from RGB is 150 - color contains mainly: red. Hex color #968C24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968C24 is #6973DB. Grayscale: #838383. Windows color (decimal): -6910940 or 2395286. OLE color: 2395286.
HSL color Cylindrical-coordinate representation of color #968C24: hue angle of 54.74º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #968C24 is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 140 | 36 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.41 |
| HSL | 54.74º | 0.61% | 0.36% | - |
| HSV(B) | 54.74º | 0.76% | 0.59% | - |
| XYZ | 22.27 | 25.37 | 5.39 | - |
| YUV | 131.13 | 74.31 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 140 | 36 | 0 | 0.07 | 0.76 | 0.41 | 54.74 | 0.61 | 0.36 |
| Hex | 96 | 8C | 24 | 0 | 7 | 4C | 29 | 37 | 3D | 24 |
| Octal | 226 | 214 | 44 | 0 | 7 | 114 | 51 | 67 | 75 | 44 |
| Binary | 10010110 | 10001100 | 100100 | 0 | 111 | 1001100 | 101001 | 110111 | 111101 | 100100 |
Color Harmonies of #968C24
Complementary color
Monochromatic Colors of #968C24
Black with #968C24
Text Example
Text Example
White with #968C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968C24; }
p { color: rgb(150,140,36); }
H1.HeaderClassName
{
color: #968C24;
}
.AnyTagClassName
{
color: #968C24;
}
</style>
background-color css
<style>
a { background-color: #968C24; }
a { background-color: rgb(150,140,36); }
div.DivClassName
{
background-color: #968C24;
}
.BgClassName
{
background-color: #968C24;
}
</style>
border-color css
<style>
span { border-color: #968C24; }
span { border-color: rgb(150,140,36); }
td.TdClassName
{
border-color: #968C24;
}
.TagClassName
{
border-color: #968C24;
}
</style>