Shades of Lemon Ginger #988A15
Tints of Lemon Ginger #988A15
RGB
CMYK
RGB Variations
Color information
#988A15 (or 0x988A15) is known color: Lemon Ginger. HEX triplet: 98, 8A and 15. RGB value is (152,138,21). Sum of RGB (Red+Green+Blue) = 152+138+21=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 138 (54.30% from 255 or 44.37% from 311); Blue value is 21 (8.59% from 255 or 6.75% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #988A15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988A15 is #6775EA. Grayscale: #818181. Windows color (decimal): -6780395 or 1411736. OLE color: 1411736.
HSL color Cylindrical-coordinate representation of color #988A15: hue angle of 53.59º degrees, saturation: 0.76, 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 #988A15 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 138 | 21 | - |
| CMYK | 0 | 0.09 | 0.86 | 0.40 |
| HSL | 53.59º | 0.76% | 0.34% | - |
| HSV(B) | 53.59º | 0.86% | 0.6% | - |
| XYZ | 22.17 | 24.91 | 4.35 | - |
| YUV | 128.85 | 67.14 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 138 | 21 | 0 | 0.09 | 0.86 | 0.40 | 53.59 | 0.76 | 0.34 |
| Hex | 98 | 8A | 15 | 0 | 9 | 56 | 28 | 36 | 4C | 22 |
| Octal | 230 | 212 | 25 | 0 | 11 | 126 | 50 | 66 | 114 | 42 |
| Binary | 10011000 | 10001010 | 10101 | 0 | 1001 | 1010110 | 101000 | 110110 | 1001100 | 100010 |
Color Harmonies of #988A15
Complementary color
Monochromatic Colors of #988A15
Black with #988A15
Text Example
Text Example
White with #988A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988A15; }
p { color: rgb(152,138,21); }
H1.HeaderClassName
{
color: #988A15;
}
.AnyTagClassName
{
color: #988A15;
}
</style>
background-color css
<style>
a { background-color: #988A15; }
a { background-color: rgb(152,138,21); }
div.DivClassName
{
background-color: #988A15;
}
.BgClassName
{
background-color: #988A15;
}
</style>
border-color css
<style>
span { border-color: #988A15; }
span { border-color: rgb(152,138,21); }
td.TdClassName
{
border-color: #988A15;
}
.TagClassName
{
border-color: #988A15;
}
</style>