Shades of Lemon Ginger #998B2C
Tints of Lemon Ginger #998B2C
RGB
CMYK
RGB Variations
Color information
#998B2C (or 0x998B2C) is known color: Lemon Ginger. HEX triplet: 99, 8B and 2C. RGB value is (153,139,44). Sum of RGB (Red+Green+Blue) = 153+139+44=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 139 (54.69% from 255 or 41.37% from 336); Blue value is 44 (17.58% from 255 or 13.10% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #998B2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998B2C is #6674D3. Grayscale: #848484. Windows color (decimal): -6714580 or 2919321. OLE color: 2919321.
HSL color Cylindrical-coordinate representation of color #998B2C: hue angle of 52.29º 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 #998B2C is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 139 | 44 | - |
| CMYK | 0 | 0.09 | 0.71 | 0.4 |
| HSL | 52.29º | 0.55% | 0.39% | - |
| HSV(B) | 52.29º | 0.71% | 0.6% | - |
| XYZ | 22.82 | 25.42 | 6.09 | - |
| YUV | 132.36 | 78.14 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 139 | 44 | 0 | 0.09 | 0.71 | 0.4 | 52.29 | 0.55 | 0.39 |
| Hex | 99 | 8B | 2C | 0 | 9 | 47 | 28 | 34 | 37 | 27 |
| Octal | 231 | 213 | 54 | 0 | 11 | 107 | 50 | 64 | 67 | 47 |
| Binary | 10011001 | 10001011 | 101100 | 0 | 1001 | 1000111 | 101000 | 110100 | 110111 | 100111 |
Color Harmonies of #998B2C
Complementary color
Monochromatic Colors of #998B2C
Black with #998B2C
Text Example
Text Example
White with #998B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998B2C; }
p { color: rgb(153,139,44); }
H1.HeaderClassName
{
color: #998B2C;
}
.AnyTagClassName
{
color: #998B2C;
}
</style>
background-color css
<style>
a { background-color: #998B2C; }
a { background-color: rgb(153,139,44); }
div.DivClassName
{
background-color: #998B2C;
}
.BgClassName
{
background-color: #998B2C;
}
</style>
border-color css
<style>
span { border-color: #998B2C; }
span { border-color: rgb(153,139,44); }
td.TdClassName
{
border-color: #998B2C;
}
.TagClassName
{
border-color: #998B2C;
}
</style>