Shades of Lemon Ginger #969022
Tints of Lemon Ginger #969022
RGB
CMYK
RGB Variations
Color information
#969022 (or 0x969022) is known color: Lemon Ginger. HEX triplet: 96, 90 and 22. RGB value is (150,144,34). Sum of RGB (Red+Green+Blue) = 150+144+34=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 144 (56.64% from 255 or 43.90% from 328); Blue value is 34 (13.67% from 255 or 10.37% from 328); Max value from RGB is 150 - color contains mainly: red. Hex color #969022 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969022 is #696FDD. Grayscale: #858585. Windows color (decimal): -6909918 or 2265238. OLE color: 2265238.
HSL color Cylindrical-coordinate representation of color #969022: hue angle of 56.9º 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 #969022 is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 144 | 34 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.41 |
| HSL | 56.9º | 0.63% | 0.36% | - |
| HSV(B) | 56.9º | 0.77% | 0.59% | - |
| XYZ | 22.84 | 26.55 | 5.43 | - |
| YUV | 133.25 | 71.99 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 144 | 34 | 0 | 0.04 | 0.77 | 0.41 | 56.9 | 0.63 | 0.36 |
| Hex | 96 | 90 | 22 | 0 | 4 | 4D | 29 | 39 | 3F | 24 |
| Octal | 226 | 220 | 42 | 0 | 4 | 115 | 51 | 71 | 77 | 44 |
| Binary | 10010110 | 10010000 | 100010 | 0 | 100 | 1001101 | 101001 | 111001 | 111111 | 100100 |
Color Harmonies of #969022
Complementary color
Monochromatic Colors of #969022
Black with #969022
Text Example
Text Example
White with #969022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969022; }
p { color: rgb(150,144,34); }
H1.HeaderClassName
{
color: #969022;
}
.AnyTagClassName
{
color: #969022;
}
</style>
background-color css
<style>
a { background-color: #969022; }
a { background-color: rgb(150,144,34); }
div.DivClassName
{
background-color: #969022;
}
.BgClassName
{
background-color: #969022;
}
</style>
border-color css
<style>
span { border-color: #969022; }
span { border-color: rgb(150,144,34); }
td.TdClassName
{
border-color: #969022;
}
.TagClassName
{
border-color: #969022;
}
</style>