Shades of Lemon Ginger #998F2C
Tints of Lemon Ginger #998F2C
RGB
CMYK
RGB Variations
Color information
#998F2C (or 0x998F2C) is known color: Lemon Ginger. HEX triplet: 99, 8F and 2C. RGB value is (153,143,44). Sum of RGB (Red+Green+Blue) = 153+143+44=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 143 (56.25% from 255 or 42.06% from 340); Blue value is 44 (17.58% from 255 or 12.94% from 340); Max value from RGB is 153 - color contains mainly: red. Hex color #998F2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998F2C is #6670D3. Grayscale: #878787. Windows color (decimal): -6713556 or 2920345. OLE color: 2920345.
HSL color Cylindrical-coordinate representation of color #998F2C: hue angle of 54.5º 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 #998F2C is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 143 | 44 | - |
| CMYK | 0 | 0.07 | 0.71 | 0.4 |
| HSL | 54.5º | 0.55% | 0.39% | - |
| HSV(B) | 54.5º | 0.71% | 0.6% | - |
| XYZ | 23.41 | 26.6 | 6.28 | - |
| YUV | 134.7 | 76.81 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 44 | 0 | 0.07 | 0.71 | 0.4 | 54.5 | 0.55 | 0.39 |
| Hex | 99 | 8F | 2C | 0 | 7 | 47 | 28 | 36 | 37 | 27 |
| Octal | 231 | 217 | 54 | 0 | 7 | 107 | 50 | 66 | 67 | 47 |
| Binary | 10011001 | 10001111 | 101100 | 0 | 111 | 1000111 | 101000 | 110110 | 110111 | 100111 |
Color Harmonies of #998F2C
Complementary color
Monochromatic Colors of #998F2C
Black with #998F2C
Text Example
Text Example
White with #998F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998F2C; }
p { color: rgb(153,143,44); }
H1.HeaderClassName
{
color: #998F2C;
}
.AnyTagClassName
{
color: #998F2C;
}
</style>
background-color css
<style>
a { background-color: #998F2C; }
a { background-color: rgb(153,143,44); }
div.DivClassName
{
background-color: #998F2C;
}
.BgClassName
{
background-color: #998F2C;
}
</style>
border-color css
<style>
span { border-color: #998F2C; }
span { border-color: rgb(153,143,44); }
td.TdClassName
{
border-color: #998F2C;
}
.TagClassName
{
border-color: #998F2C;
}
</style>