Shades of Lemon Ginger #998922
Tints of Lemon Ginger #998922
RGB
CMYK
RGB Variations
Color information
#998922 (or 0x998922) is known color: Lemon Ginger. HEX triplet: 99, 89 and 22. RGB value is (153,137,34). Sum of RGB (Red+Green+Blue) = 153+137+34=324 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.22% from 324); Green value is 137 (53.91% from 255 or 42.28% from 324); Blue value is 34 (13.67% from 255 or 10.49% from 324); Max value from RGB is 153 - color contains mainly: red. Hex color #998922 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998922 is #6676DD. Grayscale: #828282. Windows color (decimal): -6715102 or 2263449. OLE color: 2263449.
HSL color Cylindrical-coordinate representation of color #998922: hue angle of 51.93º 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 #998922 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 137 | 34 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.4 |
| HSL | 51.93º | 0.64% | 0.37% | - |
| HSV(B) | 51.93º | 0.78% | 0.6% | - |
| XYZ | 22.37 | 24.78 | 5.12 | - |
| YUV | 130.04 | 73.8 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 137 | 34 | 0 | 0.10 | 0.78 | 0.4 | 51.93 | 0.64 | 0.37 |
| Hex | 99 | 89 | 22 | 0 | A | 4E | 28 | 34 | 40 | 25 |
| Octal | 231 | 211 | 42 | 0 | 12 | 116 | 50 | 64 | 100 | 45 |
| Binary | 10011001 | 10001001 | 100010 | 0 | 1010 | 1001110 | 101000 | 110100 | 1000000 | 100101 |
Color Harmonies of #998922
Complementary color
Monochromatic Colors of #998922
Black with #998922
Text Example
Text Example
White with #998922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998922; }
p { color: rgb(153,137,34); }
H1.HeaderClassName
{
color: #998922;
}
.AnyTagClassName
{
color: #998922;
}
</style>
background-color css
<style>
a { background-color: #998922; }
a { background-color: rgb(153,137,34); }
div.DivClassName
{
background-color: #998922;
}
.BgClassName
{
background-color: #998922;
}
</style>
border-color css
<style>
span { border-color: #998922; }
span { border-color: rgb(153,137,34); }
td.TdClassName
{
border-color: #998922;
}
.TagClassName
{
border-color: #998922;
}
</style>