Shades of Lemon Ginger #988922
Tints of Lemon Ginger #988922
RGB
CMYK
RGB Variations
Color information
#988922 (or 0x988922) is known color: Lemon Ginger. HEX triplet: 98, 89 and 22. RGB value is (152,137,34). Sum of RGB (Red+Green+Blue) = 152+137+34=323 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.06% from 323); Green value is 137 (53.91% from 255 or 42.41% from 323); Blue value is 34 (13.67% from 255 or 10.53% from 323); Max value from RGB is 152 - color contains mainly: red. Hex color #988922 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988922 is #6776DD. Grayscale: #828282. Windows color (decimal): -6780638 or 2263448. OLE color: 2263448.
HSL color Cylindrical-coordinate representation of color #988922: hue angle of 52.37º 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 #988922 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 137 | 34 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.40 |
| HSL | 52.37º | 0.63% | 0.36% | - |
| HSV(B) | 52.37º | 0.78% | 0.6% | - |
| XYZ | 22.18 | 24.68 | 5.11 | - |
| YUV | 129.74 | 73.97 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 137 | 34 | 0 | 0.10 | 0.78 | 0.40 | 52.37 | 0.63 | 0.36 |
| Hex | 98 | 89 | 22 | 0 | A | 4E | 28 | 34 | 3F | 24 |
| Octal | 230 | 211 | 42 | 0 | 12 | 116 | 50 | 64 | 77 | 44 |
| Binary | 10011000 | 10001001 | 100010 | 0 | 1010 | 1001110 | 101000 | 110100 | 111111 | 100100 |
Color Harmonies of #988922
Complementary color
Monochromatic Colors of #988922
Black with #988922
Text Example
Text Example
White with #988922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988922; }
p { color: rgb(152,137,34); }
H1.HeaderClassName
{
color: #988922;
}
.AnyTagClassName
{
color: #988922;
}
</style>
background-color css
<style>
a { background-color: #988922; }
a { background-color: rgb(152,137,34); }
div.DivClassName
{
background-color: #988922;
}
.BgClassName
{
background-color: #988922;
}
</style>
border-color css
<style>
span { border-color: #988922; }
span { border-color: rgb(152,137,34); }
td.TdClassName
{
border-color: #988922;
}
.TagClassName
{
border-color: #988922;
}
</style>