Shades of Lemon Ginger #968224
Tints of Lemon Ginger #968224
RGB
CMYK
RGB Variations
Color information
#968224 (or 0x968224) is known color: Lemon Ginger. HEX triplet: 96, 82 and 24. RGB value is (150,130,36). Sum of RGB (Red+Green+Blue) = 150+130+36=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 36 (14.45% from 255 or 11.39% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #968224 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968224 is #697DDB. Grayscale: #7D7D7D. Windows color (decimal): -6913500 or 2392726. OLE color: 2392726.
HSL color Cylindrical-coordinate representation of color #968224: hue angle of 49.47º 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 #968224 is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 130 | 36 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.41 |
| HSL | 49.47º | 0.61% | 0.36% | - |
| HSV(B) | 49.47º | 0.76% | 0.59% | - |
| XYZ | 20.88 | 22.58 | 4.93 | - |
| YUV | 125.26 | 77.63 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 130 | 36 | 0 | 0.13 | 0.76 | 0.41 | 49.47 | 0.61 | 0.36 |
| Hex | 96 | 82 | 24 | 0 | D | 4C | 29 | 31 | 3D | 24 |
| Octal | 226 | 202 | 44 | 0 | 15 | 114 | 51 | 61 | 75 | 44 |
| Binary | 10010110 | 10000010 | 100100 | 0 | 1101 | 1001100 | 101001 | 110001 | 111101 | 100100 |
Color Harmonies of #968224
Complementary color
Monochromatic Colors of #968224
Black with #968224
Text Example
Text Example
White with #968224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968224; }
p { color: rgb(150,130,36); }
H1.HeaderClassName
{
color: #968224;
}
.AnyTagClassName
{
color: #968224;
}
</style>
background-color css
<style>
a { background-color: #968224; }
a { background-color: rgb(150,130,36); }
div.DivClassName
{
background-color: #968224;
}
.BgClassName
{
background-color: #968224;
}
</style>
border-color css
<style>
span { border-color: #968224; }
span { border-color: rgb(150,130,36); }
td.TdClassName
{
border-color: #968224;
}
.TagClassName
{
border-color: #968224;
}
</style>