Shades of Lemon Ginger #999222
Tints of Lemon Ginger #999222
RGB
CMYK
RGB Variations
Color information
#999222 (or 0x999222) is known color: Lemon Ginger. HEX triplet: 99, 92 and 22. RGB value is (153,146,34). Sum of RGB (Red+Green+Blue) = 153+146+34=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 146 (57.42% from 255 or 43.84% from 333); Blue value is 34 (13.67% from 255 or 10.21% from 333); Max value from RGB is 153 - color contains mainly: red. Hex color #999222 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999222 is #666DDD. Grayscale: #878787. Windows color (decimal): -6712798 or 2265753. OLE color: 2265753.
HSL color Cylindrical-coordinate representation of color #999222: hue angle of 56.47º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #999222 is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 146 | 34 | - |
| CMYK | 0 | 0.05 | 0.78 | 0.4 |
| HSL | 56.47º | 0.64% | 0.37% | - |
| HSV(B) | 56.47º | 0.78% | 0.6% | - |
| XYZ | 23.7 | 27.45 | 5.56 | - |
| YUV | 135.33 | 70.82 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 146 | 34 | 0 | 0.05 | 0.78 | 0.4 | 56.47 | 0.64 | 0.37 |
| Hex | 99 | 92 | 22 | 0 | 5 | 4E | 28 | 38 | 40 | 25 |
| Octal | 231 | 222 | 42 | 0 | 5 | 116 | 50 | 70 | 100 | 45 |
| Binary | 10011001 | 10010010 | 100010 | 0 | 101 | 1001110 | 101000 | 111000 | 1000000 | 100101 |
Color Harmonies of #999222
Complementary color
Monochromatic Colors of #999222
Black with #999222
Text Example
Text Example
White with #999222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999222; }
p { color: rgb(153,146,34); }
H1.HeaderClassName
{
color: #999222;
}
.AnyTagClassName
{
color: #999222;
}
</style>
background-color css
<style>
a { background-color: #999222; }
a { background-color: rgb(153,146,34); }
div.DivClassName
{
background-color: #999222;
}
.BgClassName
{
background-color: #999222;
}
</style>
border-color css
<style>
span { border-color: #999222; }
span { border-color: rgb(153,146,34); }
td.TdClassName
{
border-color: #999222;
}
.TagClassName
{
border-color: #999222;
}
</style>