Shades of Lemon Ginger #988222
Tints of Lemon Ginger #988222
RGB
CMYK
RGB Variations
Color information
#988222 (or 0x988222) is known color: Lemon Ginger. HEX triplet: 98, 82 and 22. RGB value is (152,130,34). Sum of RGB (Red+Green+Blue) = 152+130+34=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 34 (13.67% from 255 or 10.76% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #988222 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988222 is #677DDD. Grayscale: #7E7E7E. Windows color (decimal): -6782430 or 2261656. OLE color: 2261656.
HSL color Cylindrical-coordinate representation of color #988222: hue angle of 48.81º degrees, saturation: 0.63, 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 #988222 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 130 | 34 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.40 |
| HSL | 48.81º | 0.63% | 0.36% | - |
| HSV(B) | 48.81º | 0.78% | 0.6% | - |
| XYZ | 21.22 | 22.76 | 4.79 | - |
| YUV | 125.63 | 76.29 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 130 | 34 | 0 | 0.14 | 0.78 | 0.40 | 48.81 | 0.63 | 0.36 |
| Hex | 98 | 82 | 22 | 0 | E | 4E | 28 | 31 | 3F | 24 |
| Octal | 230 | 202 | 42 | 0 | 16 | 116 | 50 | 61 | 77 | 44 |
| Binary | 10011000 | 10000010 | 100010 | 0 | 1110 | 1001110 | 101000 | 110001 | 111111 | 100100 |
Color Harmonies of #988222
Complementary color
Monochromatic Colors of #988222
Black with #988222
Text Example
Text Example
White with #988222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988222; }
p { color: rgb(152,130,34); }
H1.HeaderClassName
{
color: #988222;
}
.AnyTagClassName
{
color: #988222;
}
</style>
background-color css
<style>
a { background-color: #988222; }
a { background-color: rgb(152,130,34); }
div.DivClassName
{
background-color: #988222;
}
.BgClassName
{
background-color: #988222;
}
</style>
border-color css
<style>
span { border-color: #988222; }
span { border-color: rgb(152,130,34); }
td.TdClassName
{
border-color: #988222;
}
.TagClassName
{
border-color: #988222;
}
</style>