Shades of Lemon Ginger #998A2D
Tints of Lemon Ginger #998A2D
RGB
CMYK
RGB Variations
Color information
#998A2D (or 0x998A2D) is known color: Lemon Ginger. HEX triplet: 99, 8A and 2D. RGB value is (153,138,45). Sum of RGB (Red+Green+Blue) = 153+138+45=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 138 (54.30% from 255 or 41.07% from 336); Blue value is 45 (17.97% from 255 or 13.39% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #998A2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998A2D is #6675D2. Grayscale: #848484. Windows color (decimal): -6714835 or 2984601. OLE color: 2984601.
HSL color Cylindrical-coordinate representation of color #998A2D: hue angle of 51.67º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #998A2D is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 138 | 45 | - |
| CMYK | 0 | 0.10 | 0.71 | 0.4 |
| HSL | 51.67º | 0.55% | 0.39% | - |
| HSV(B) | 51.67º | 0.71% | 0.6% | - |
| XYZ | 22.7 | 25.14 | 6.14 | - |
| YUV | 131.88 | 78.97 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 138 | 45 | 0 | 0.10 | 0.71 | 0.4 | 51.67 | 0.55 | 0.39 |
| Hex | 99 | 8A | 2D | 0 | A | 47 | 28 | 34 | 37 | 27 |
| Octal | 231 | 212 | 55 | 0 | 12 | 107 | 50 | 64 | 67 | 47 |
| Binary | 10011001 | 10001010 | 101101 | 0 | 1010 | 1000111 | 101000 | 110100 | 110111 | 100111 |
Color Harmonies of #998A2D
Complementary color
Monochromatic Colors of #998A2D
Black with #998A2D
Text Example
Text Example
White with #998A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998A2D; }
p { color: rgb(153,138,45); }
H1.HeaderClassName
{
color: #998A2D;
}
.AnyTagClassName
{
color: #998A2D;
}
</style>
background-color css
<style>
a { background-color: #998A2D; }
a { background-color: rgb(153,138,45); }
div.DivClassName
{
background-color: #998A2D;
}
.BgClassName
{
background-color: #998A2D;
}
</style>
border-color css
<style>
span { border-color: #998A2D; }
span { border-color: rgb(153,138,45); }
td.TdClassName
{
border-color: #998A2D;
}
.TagClassName
{
border-color: #998A2D;
}
</style>