Shades of Lemon Ginger #998C1E
Tints of Lemon Ginger #998C1E
RGB
CMYK
RGB Variations
Color information
#998C1E (or 0x998C1E) is known color: Lemon Ginger. HEX triplet: 99, 8C and 1E. RGB value is (153,140,30). Sum of RGB (Red+Green+Blue) = 153+140+30=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 140 (55.08% from 255 or 43.34% from 323); Blue value is 30 (12.11% from 255 or 9.29% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #998C1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998C1E is #6673E1. Grayscale: #838383. Windows color (decimal): -6714338 or 2002073. OLE color: 2002073.
HSL color Cylindrical-coordinate representation of color #998C1E: hue angle of 53.66º 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 #998C1E is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 140 | 30 | - |
| CMYK | 0 | 0.08 | 0.80 | 0.4 |
| HSL | 53.66º | 0.67% | 0.36% | - |
| HSV(B) | 53.66º | 0.8% | 0.6% | - |
| XYZ | 22.75 | 25.62 | 4.97 | - |
| YUV | 131.35 | 70.81 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 140 | 30 | 0 | 0.08 | 0.80 | 0.4 | 53.66 | 0.67 | 0.36 |
| Hex | 99 | 8C | 1E | 0 | 8 | 50 | 28 | 36 | 43 | 24 |
| Octal | 231 | 214 | 36 | 0 | 10 | 120 | 50 | 66 | 103 | 44 |
| Binary | 10011001 | 10001100 | 11110 | 0 | 1000 | 1010000 | 101000 | 110110 | 1000011 | 100100 |
Color Harmonies of #998C1E
Complementary color
Monochromatic Colors of #998C1E
Black with #998C1E
Text Example
Text Example
White with #998C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998C1E; }
p { color: rgb(153,140,30); }
H1.HeaderClassName
{
color: #998C1E;
}
.AnyTagClassName
{
color: #998C1E;
}
</style>
background-color css
<style>
a { background-color: #998C1E; }
a { background-color: rgb(153,140,30); }
div.DivClassName
{
background-color: #998C1E;
}
.BgClassName
{
background-color: #998C1E;
}
</style>
border-color css
<style>
span { border-color: #998C1E; }
span { border-color: rgb(153,140,30); }
td.TdClassName
{
border-color: #998C1E;
}
.TagClassName
{
border-color: #998C1E;
}
</style>