Shades of Lemon Ginger #999021
Tints of Lemon Ginger #999021
RGB
CMYK
RGB Variations
Color information
#999021 (or 0x999021) is known color: Lemon Ginger. HEX triplet: 99, 90 and 21. RGB value is (153,144,33). Sum of RGB (Red+Green+Blue) = 153+144+33=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 144 (56.64% from 255 or 43.64% from 330); Blue value is 33 (13.28% from 255 or 10% from 330); Max value from RGB is 153 - color contains mainly: red. Hex color #999021 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999021 is #666FDE. Grayscale: #868686. Windows color (decimal): -6713311 or 2199705. OLE color: 2199705.
HSL color Cylindrical-coordinate representation of color #999021: hue angle of 55.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #999021 is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 144 | 33 | - |
| CMYK | 0 | 0.06 | 0.78 | 0.4 |
| HSL | 55.5º | 0.65% | 0.36% | - |
| HSV(B) | 55.5º | 0.78% | 0.6% | - |
| XYZ | 23.38 | 26.83 | 5.38 | - |
| YUV | 134.04 | 70.98 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 144 | 33 | 0 | 0.06 | 0.78 | 0.4 | 55.5 | 0.65 | 0.36 |
| Hex | 99 | 90 | 21 | 0 | 6 | 4E | 28 | 38 | 41 | 24 |
| Octal | 231 | 220 | 41 | 0 | 6 | 116 | 50 | 70 | 101 | 44 |
| Binary | 10011001 | 10010000 | 100001 | 0 | 110 | 1001110 | 101000 | 111000 | 1000001 | 100100 |
Color Harmonies of #999021
Complementary color
Monochromatic Colors of #999021
Black with #999021
Text Example
Text Example
White with #999021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999021; }
p { color: rgb(153,144,33); }
H1.HeaderClassName
{
color: #999021;
}
.AnyTagClassName
{
color: #999021;
}
</style>
background-color css
<style>
a { background-color: #999021; }
a { background-color: rgb(153,144,33); }
div.DivClassName
{
background-color: #999021;
}
.BgClassName
{
background-color: #999021;
}
</style>
border-color css
<style>
span { border-color: #999021; }
span { border-color: rgb(153,144,33); }
td.TdClassName
{
border-color: #999021;
}
.TagClassName
{
border-color: #999021;
}
</style>