Shades of Lemon Ginger #998F22
Tints of Lemon Ginger #998F22
RGB
CMYK
RGB Variations
Color information
#998F22 (or 0x998F22) is known color: Lemon Ginger. HEX triplet: 99, 8F and 22. RGB value is (153,143,34). Sum of RGB (Red+Green+Blue) = 153+143+34=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 143 (56.25% from 255 or 43.33% from 330); Blue value is 34 (13.67% from 255 or 10.30% from 330); Max value from RGB is 153 - color contains mainly: red. Hex color #998F22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998F22 is #6670DD. Grayscale: #868686. Windows color (decimal): -6713566 or 2264985. OLE color: 2264985.
HSL color Cylindrical-coordinate representation of color #998F22: hue angle of 54.96º 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 #998F22 is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 143 | 34 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.4 |
| HSL | 54.96º | 0.64% | 0.37% | - |
| HSV(B) | 54.96º | 0.78% | 0.6% | - |
| XYZ | 23.25 | 26.53 | 5.41 | - |
| YUV | 133.56 | 71.81 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 34 | 0 | 0.07 | 0.78 | 0.4 | 54.96 | 0.64 | 0.37 |
| Hex | 99 | 8F | 22 | 0 | 7 | 4E | 28 | 37 | 40 | 25 |
| Octal | 231 | 217 | 42 | 0 | 7 | 116 | 50 | 67 | 100 | 45 |
| Binary | 10011001 | 10001111 | 100010 | 0 | 111 | 1001110 | 101000 | 110111 | 1000000 | 100101 |
Color Harmonies of #998F22
Complementary color
Monochromatic Colors of #998F22
Black with #998F22
Text Example
Text Example
White with #998F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998F22; }
p { color: rgb(153,143,34); }
H1.HeaderClassName
{
color: #998F22;
}
.AnyTagClassName
{
color: #998F22;
}
</style>
background-color css
<style>
a { background-color: #998F22; }
a { background-color: rgb(153,143,34); }
div.DivClassName
{
background-color: #998F22;
}
.BgClassName
{
background-color: #998F22;
}
</style>
border-color css
<style>
span { border-color: #998F22; }
span { border-color: rgb(153,143,34); }
td.TdClassName
{
border-color: #998F22;
}
.TagClassName
{
border-color: #998F22;
}
</style>