Shades of Lemon Ginger #968322
Tints of Lemon Ginger #968322
RGB
CMYK
RGB Variations
Color information
#968322 (or 0x968322) is known color: Lemon Ginger. HEX triplet: 96, 83 and 22. RGB value is (150,131,34). Sum of RGB (Red+Green+Blue) = 150+131+34=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 131 (51.56% from 255 or 41.59% from 315); Blue value is 34 (13.67% from 255 or 10.79% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #968322 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968322 is #697CDD. Grayscale: #7E7E7E. Windows color (decimal): -6913246 or 2261910. OLE color: 2261910.
HSL color Cylindrical-coordinate representation of color #968322: hue angle of 50.17º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #968322 is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 131 | 34 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.41 |
| HSL | 50.17º | 0.63% | 0.36% | - |
| HSV(B) | 50.17º | 0.77% | 0.59% | - |
| XYZ | 20.98 | 22.83 | 4.81 | - |
| YUV | 125.62 | 76.29 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 131 | 34 | 0 | 0.13 | 0.77 | 0.41 | 50.17 | 0.63 | 0.36 |
| Hex | 96 | 83 | 22 | 0 | D | 4D | 29 | 32 | 3F | 24 |
| Octal | 226 | 203 | 42 | 0 | 15 | 115 | 51 | 62 | 77 | 44 |
| Binary | 10010110 | 10000011 | 100010 | 0 | 1101 | 1001101 | 101001 | 110010 | 111111 | 100100 |
Color Harmonies of #968322
Complementary color
Monochromatic Colors of #968322
Black with #968322
Text Example
Text Example
White with #968322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968322; }
p { color: rgb(150,131,34); }
H1.HeaderClassName
{
color: #968322;
}
.AnyTagClassName
{
color: #968322;
}
</style>
background-color css
<style>
a { background-color: #968322; }
a { background-color: rgb(150,131,34); }
div.DivClassName
{
background-color: #968322;
}
.BgClassName
{
background-color: #968322;
}
</style>
border-color css
<style>
span { border-color: #968322; }
span { border-color: rgb(150,131,34); }
td.TdClassName
{
border-color: #968322;
}
.TagClassName
{
border-color: #968322;
}
</style>