Shades of Lemon Ginger #969021
Tints of Lemon Ginger #969021
RGB
CMYK
RGB Variations
Color information
#969021 (or 0x969021) is known color: Lemon Ginger. HEX triplet: 96, 90 and 21. RGB value is (150,144,33). Sum of RGB (Red+Green+Blue) = 150+144+33=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 33 (13.28% from 255 or 10.09% from 327); Max value from RGB is 150 - color contains mainly: red. Hex color #969021 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969021 is #696FDE. Grayscale: #858585. Windows color (decimal): -6909919 or 2199702. OLE color: 2199702.
HSL color Cylindrical-coordinate representation of color #969021: hue angle of 56.92º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #969021 is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 144 | 33 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.41 |
| HSL | 56.92º | 0.64% | 0.36% | - |
| HSV(B) | 56.92º | 0.78% | 0.59% | - |
| XYZ | 22.83 | 26.54 | 5.36 | - |
| YUV | 133.14 | 71.49 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 144 | 33 | 0 | 0.04 | 0.78 | 0.41 | 56.92 | 0.64 | 0.36 |
| Hex | 96 | 90 | 21 | 0 | 4 | 4E | 29 | 39 | 40 | 24 |
| Octal | 226 | 220 | 41 | 0 | 4 | 116 | 51 | 71 | 100 | 44 |
| Binary | 10010110 | 10010000 | 100001 | 0 | 100 | 1001110 | 101001 | 111001 | 1000000 | 100100 |
Color Harmonies of #969021
Complementary color
Monochromatic Colors of #969021
Black with #969021
Text Example
Text Example
White with #969021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969021; }
p { color: rgb(150,144,33); }
H1.HeaderClassName
{
color: #969021;
}
.AnyTagClassName
{
color: #969021;
}
</style>
background-color css
<style>
a { background-color: #969021; }
a { background-color: rgb(150,144,33); }
div.DivClassName
{
background-color: #969021;
}
.BgClassName
{
background-color: #969021;
}
</style>
border-color css
<style>
span { border-color: #969021; }
span { border-color: rgb(150,144,33); }
td.TdClassName
{
border-color: #969021;
}
.TagClassName
{
border-color: #969021;
}
</style>