Shades of Lemon Ginger #969024
Tints of Lemon Ginger #969024
RGB
CMYK
RGB Variations
Color information
#969024 (or 0x969024) is known color: Lemon Ginger. HEX triplet: 96, 90 and 24. RGB value is (150,144,36). Sum of RGB (Red+Green+Blue) = 150+144+36=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 144 (56.64% from 255 or 43.64% from 330); Blue value is 36 (14.45% from 255 or 10.91% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #969024 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969024 is #696FDB. Grayscale: #858585. Windows color (decimal): -6909916 or 2396310. OLE color: 2396310.
HSL color Cylindrical-coordinate representation of color #969024: hue angle of 56.84º 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 #969024 is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 144 | 36 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.41 |
| HSL | 56.84º | 0.61% | 0.36% | - |
| HSV(B) | 56.84º | 0.76% | 0.59% | - |
| XYZ | 22.87 | 26.56 | 5.59 | - |
| YUV | 133.48 | 72.99 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 144 | 36 | 0 | 0.04 | 0.76 | 0.41 | 56.84 | 0.61 | 0.36 |
| Hex | 96 | 90 | 24 | 0 | 4 | 4C | 29 | 39 | 3D | 24 |
| Octal | 226 | 220 | 44 | 0 | 4 | 114 | 51 | 71 | 75 | 44 |
| Binary | 10010110 | 10010000 | 100100 | 0 | 100 | 1001100 | 101001 | 111001 | 111101 | 100100 |
Color Harmonies of #969024
Complementary color
Monochromatic Colors of #969024
Black with #969024
Text Example
Text Example
White with #969024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969024; }
p { color: rgb(150,144,36); }
H1.HeaderClassName
{
color: #969024;
}
.AnyTagClassName
{
color: #969024;
}
</style>
background-color css
<style>
a { background-color: #969024; }
a { background-color: rgb(150,144,36); }
div.DivClassName
{
background-color: #969024;
}
.BgClassName
{
background-color: #969024;
}
</style>
border-color css
<style>
span { border-color: #969024; }
span { border-color: rgb(150,144,36); }
td.TdClassName
{
border-color: #969024;
}
.TagClassName
{
border-color: #969024;
}
</style>