Shades of Lemon Ginger #999121
Tints of Lemon Ginger #999121
RGB
CMYK
RGB Variations
Color information
#999121 (or 0x999121) is known color: Lemon Ginger. HEX triplet: 99, 91 and 21. RGB value is (153,145,33). Sum of RGB (Red+Green+Blue) = 153+145+33=331 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.22% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 33 (13.28% from 255 or 9.97% from 331); Max value from RGB is 153 - color contains mainly: red. Hex color #999121 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999121 is #666EDE. Grayscale: #878787. Windows color (decimal): -6713055 or 2199961. OLE color: 2199961.
HSL color Cylindrical-coordinate representation of color #999121: hue angle of 56º 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 #999121 is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 145 | 33 | - |
| CMYK | 0 | 0.05 | 0.78 | 0.4 |
| HSL | 56º | 0.65% | 0.36% | - |
| HSV(B) | 56º | 0.78% | 0.6% | - |
| XYZ | 23.54 | 27.13 | 5.44 | - |
| YUV | 134.62 | 70.65 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 145 | 33 | 0 | 0.05 | 0.78 | 0.4 | 56 | 0.65 | 0.36 |
| Hex | 99 | 91 | 21 | 0 | 5 | 4E | 28 | 38 | 41 | 24 |
| Octal | 231 | 221 | 41 | 0 | 5 | 116 | 50 | 70 | 101 | 44 |
| Binary | 10011001 | 10010001 | 100001 | 0 | 101 | 1001110 | 101000 | 111000 | 1000001 | 100100 |
Color Harmonies of #999121
Complementary color
Monochromatic Colors of #999121
Black with #999121
Text Example
Text Example
White with #999121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999121; }
p { color: rgb(153,145,33); }
H1.HeaderClassName
{
color: #999121;
}
.AnyTagClassName
{
color: #999121;
}
</style>
background-color css
<style>
a { background-color: #999121; }
a { background-color: rgb(153,145,33); }
div.DivClassName
{
background-color: #999121;
}
.BgClassName
{
background-color: #999121;
}
</style>
border-color css
<style>
span { border-color: #999121; }
span { border-color: rgb(153,145,33); }
td.TdClassName
{
border-color: #999121;
}
.TagClassName
{
border-color: #999121;
}
</style>