Shades of Lemon Ginger #997F2C
Tints of Lemon Ginger #997F2C
RGB
CMYK
RGB Variations
Color information
#997F2C (or 0x997F2C) is known color: Lemon Ginger. HEX triplet: 99, 7F and 2C. RGB value is (153,127,44). Sum of RGB (Red+Green+Blue) = 153+127+44=324 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.22% from 324); Green value is 127 (50% from 255 or 39.20% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 153 - color contains mainly: red. Hex color #997F2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997F2C is #6680D3. Grayscale: #7D7D7D. Windows color (decimal): -6717652 or 2916249. OLE color: 2916249.
HSL color Cylindrical-coordinate representation of color #997F2C: hue angle of 45.69º 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 #997F2C is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 127 | 44 | - |
| CMYK | 0 | 0.17 | 0.71 | 0.4 |
| HSL | 45.69º | 0.55% | 0.39% | - |
| HSV(B) | 45.69º | 0.71% | 0.6% | - |
| XYZ | 21.18 | 22.13 | 5.54 | - |
| YUV | 125.31 | 82.11 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 127 | 44 | 0 | 0.17 | 0.71 | 0.4 | 45.69 | 0.55 | 0.39 |
| Hex | 99 | 7F | 2C | 0 | 11 | 47 | 28 | 2E | 37 | 27 |
| Octal | 231 | 177 | 54 | 0 | 21 | 107 | 50 | 56 | 67 | 47 |
| Binary | 10011001 | 1111111 | 101100 | 0 | 10001 | 1000111 | 101000 | 101110 | 110111 | 100111 |
Color Harmonies of #997F2C
Complementary color
Monochromatic Colors of #997F2C
Black with #997F2C
Text Example
Text Example
White with #997F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997F2C; }
p { color: rgb(153,127,44); }
H1.HeaderClassName
{
color: #997F2C;
}
.AnyTagClassName
{
color: #997F2C;
}
</style>
background-color css
<style>
a { background-color: #997F2C; }
a { background-color: rgb(153,127,44); }
div.DivClassName
{
background-color: #997F2C;
}
.BgClassName
{
background-color: #997F2C;
}
</style>
border-color css
<style>
span { border-color: #997F2C; }
span { border-color: rgb(153,127,44); }
td.TdClassName
{
border-color: #997F2C;
}
.TagClassName
{
border-color: #997F2C;
}
</style>