Shades of Lemon Ginger #998A1E
Tints of Lemon Ginger #998A1E
RGB
CMYK
RGB Variations
Color information
#998A1E (or 0x998A1E) is known color: Lemon Ginger. HEX triplet: 99, 8A and 1E. RGB value is (153,138,30). Sum of RGB (Red+Green+Blue) = 153+138+30=321 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.66% from 321); Green value is 138 (54.30% from 255 or 42.99% from 321); Blue value is 30 (12.11% from 255 or 9.35% from 321); Max value from RGB is 153 - color contains mainly: red. Hex color #998A1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998A1E is #6675E1. Grayscale: #828282. Windows color (decimal): -6714850 or 2001561. OLE color: 2001561.
HSL color Cylindrical-coordinate representation of color #998A1E: hue angle of 52.68º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #998A1E is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 138 | 30 | - |
| CMYK | 0 | 0.10 | 0.80 | 0.4 |
| HSL | 52.68º | 0.67% | 0.36% | - |
| HSV(B) | 52.68º | 0.8% | 0.6% | - |
| XYZ | 22.46 | 25.04 | 4.88 | - |
| YUV | 130.17 | 71.47 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 138 | 30 | 0 | 0.10 | 0.80 | 0.4 | 52.68 | 0.67 | 0.36 |
| Hex | 99 | 8A | 1E | 0 | A | 50 | 28 | 35 | 43 | 24 |
| Octal | 231 | 212 | 36 | 0 | 12 | 120 | 50 | 65 | 103 | 44 |
| Binary | 10011001 | 10001010 | 11110 | 0 | 1010 | 1010000 | 101000 | 110101 | 1000011 | 100100 |
Color Harmonies of #998A1E
Complementary color
Monochromatic Colors of #998A1E
Black with #998A1E
Text Example
Text Example
White with #998A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998A1E; }
p { color: rgb(153,138,30); }
H1.HeaderClassName
{
color: #998A1E;
}
.AnyTagClassName
{
color: #998A1E;
}
</style>
background-color css
<style>
a { background-color: #998A1E; }
a { background-color: rgb(153,138,30); }
div.DivClassName
{
background-color: #998A1E;
}
.BgClassName
{
background-color: #998A1E;
}
</style>
border-color css
<style>
span { border-color: #998A1E; }
span { border-color: rgb(153,138,30); }
td.TdClassName
{
border-color: #998A1E;
}
.TagClassName
{
border-color: #998A1E;
}
</style>