Shades of Lemon Ginger #998A1D
Tints of Lemon Ginger #998A1D
RGB
CMYK
RGB Variations
Color information
#998A1D (or 0x998A1D) is known color: Lemon Ginger. HEX triplet: 99, 8A and 1D. RGB value is (153,138,29). Sum of RGB (Red+Green+Blue) = 153+138+29=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 138 (54.30% from 255 or 43.12% from 320); Blue value is 29 (11.72% from 255 or 9.06% from 320); Max value from RGB is 153 - color contains mainly: red. Hex color #998A1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998A1D is #6675E2. Grayscale: #828282. Windows color (decimal): -6714851 or 1936025. OLE color: 1936025.
HSL color Cylindrical-coordinate representation of color #998A1D: hue angle of 52.74º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #998A1D is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 138 | 29 | - |
| CMYK | 0 | 0.10 | 0.81 | 0.4 |
| HSL | 52.74º | 0.68% | 0.36% | - |
| HSV(B) | 52.74º | 0.81% | 0.6% | - |
| XYZ | 22.45 | 25.04 | 4.81 | - |
| YUV | 130.06 | 70.97 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 138 | 29 | 0 | 0.10 | 0.81 | 0.4 | 52.74 | 0.68 | 0.36 |
| Hex | 99 | 8A | 1D | 0 | A | 51 | 28 | 35 | 44 | 24 |
| Octal | 231 | 212 | 35 | 0 | 12 | 121 | 50 | 65 | 104 | 44 |
| Binary | 10011001 | 10001010 | 11101 | 0 | 1010 | 1010001 | 101000 | 110101 | 1000100 | 100100 |
Color Harmonies of #998A1D
Complementary color
Monochromatic Colors of #998A1D
Black with #998A1D
Text Example
Text Example
White with #998A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998A1D; }
p { color: rgb(153,138,29); }
H1.HeaderClassName
{
color: #998A1D;
}
.AnyTagClassName
{
color: #998A1D;
}
</style>
background-color css
<style>
a { background-color: #998A1D; }
a { background-color: rgb(153,138,29); }
div.DivClassName
{
background-color: #998A1D;
}
.BgClassName
{
background-color: #998A1D;
}
</style>
border-color css
<style>
span { border-color: #998A1D; }
span { border-color: rgb(153,138,29); }
td.TdClassName
{
border-color: #998A1D;
}
.TagClassName
{
border-color: #998A1D;
}
</style>