Shades of Lemon Ginger #988B16
Tints of Lemon Ginger #988B16
RGB
CMYK
RGB Variations
Color information
#988B16 (or 0x988B16) is known color: Lemon Ginger. HEX triplet: 98, 8B and 16. RGB value is (152,139,22). Sum of RGB (Red+Green+Blue) = 152+139+22=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 139 (54.69% from 255 or 44.41% from 313); Blue value is 22 (8.98% from 255 or 7.03% from 313); Max value from RGB is 152 - color contains mainly: red. Hex color #988B16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988B16 is #6774E9. Grayscale: #828282. Windows color (decimal): -6780138 or 1477528. OLE color: 1477528.
HSL color Cylindrical-coordinate representation of color #988B16: hue angle of 54º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #988B16 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 139 | 22 | - |
| CMYK | 0 | 0.09 | 0.86 | 0.40 |
| HSL | 54º | 0.75% | 0.34% | - |
| HSV(B) | 54º | 0.86% | 0.6% | - |
| XYZ | 22.33 | 25.2 | 4.45 | - |
| YUV | 129.55 | 67.31 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 139 | 22 | 0 | 0.09 | 0.86 | 0.40 | 54 | 0.75 | 0.34 |
| Hex | 98 | 8B | 16 | 0 | 9 | 56 | 28 | 36 | 4B | 22 |
| Octal | 230 | 213 | 26 | 0 | 11 | 126 | 50 | 66 | 113 | 42 |
| Binary | 10011000 | 10001011 | 10110 | 0 | 1001 | 1010110 | 101000 | 110110 | 1001011 | 100010 |
Color Harmonies of #988B16
Complementary color
Monochromatic Colors of #988B16
Black with #988B16
Text Example
Text Example
White with #988B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988B16; }
p { color: rgb(152,139,22); }
H1.HeaderClassName
{
color: #988B16;
}
.AnyTagClassName
{
color: #988B16;
}
</style>
background-color css
<style>
a { background-color: #988B16; }
a { background-color: rgb(152,139,22); }
div.DivClassName
{
background-color: #988B16;
}
.BgClassName
{
background-color: #988B16;
}
</style>
border-color css
<style>
span { border-color: #988B16; }
span { border-color: rgb(152,139,22); }
td.TdClassName
{
border-color: #988B16;
}
.TagClassName
{
border-color: #988B16;
}
</style>