Shades of Lemon Ginger #998A24
Tints of Lemon Ginger #998A24
RGB
CMYK
RGB Variations
Color information
#998A24 (or 0x998A24) is known color: Lemon Ginger. HEX triplet: 99, 8A and 24. RGB value is (153,138,36). Sum of RGB (Red+Green+Blue) = 153+138+36=327 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.79% from 327); Green value is 138 (54.30% from 255 or 42.20% from 327); Blue value is 36 (14.45% from 255 or 11.01% from 327); Max value from RGB is 153 - color contains mainly: red. Hex color #998A24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998A24 is #6675DB. Grayscale: #838383. Windows color (decimal): -6714844 or 2394777. OLE color: 2394777.
HSL color Cylindrical-coordinate representation of color #998A24: hue angle of 52.31º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #998A24 is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 138 | 36 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.4 |
| HSL | 52.31º | 0.62% | 0.37% | - |
| HSV(B) | 52.31º | 0.76% | 0.6% | - |
| XYZ | 22.54 | 25.08 | 5.32 | - |
| YUV | 130.86 | 74.47 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 138 | 36 | 0 | 0.10 | 0.76 | 0.4 | 52.31 | 0.62 | 0.37 |
| Hex | 99 | 8A | 24 | 0 | A | 4C | 28 | 34 | 3E | 25 |
| Octal | 231 | 212 | 44 | 0 | 12 | 114 | 50 | 64 | 76 | 45 |
| Binary | 10011001 | 10001010 | 100100 | 0 | 1010 | 1001100 | 101000 | 110100 | 111110 | 100101 |
Color Harmonies of #998A24
Complementary color
Monochromatic Colors of #998A24
Black with #998A24
Text Example
Text Example
White with #998A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998A24; }
p { color: rgb(153,138,36); }
H1.HeaderClassName
{
color: #998A24;
}
.AnyTagClassName
{
color: #998A24;
}
</style>
background-color css
<style>
a { background-color: #998A24; }
a { background-color: rgb(153,138,36); }
div.DivClassName
{
background-color: #998A24;
}
.BgClassName
{
background-color: #998A24;
}
</style>
border-color css
<style>
span { border-color: #998A24; }
span { border-color: rgb(153,138,36); }
td.TdClassName
{
border-color: #998A24;
}
.TagClassName
{
border-color: #998A24;
}
</style>