Shades of Lemon Ginger #997E39
Tints of Lemon Ginger #997E39
RGB
CMYK
RGB Variations
Color information
#997E39 (or 0x997E39) is known color: Lemon Ginger. HEX triplet: 99, 7E and 39. RGB value is (153,126,57). Sum of RGB (Red+Green+Blue) = 153+126+57=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 126 (49.61% from 255 or 37.5% from 336); Blue value is 57 (22.66% from 255 or 16.96% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #997E39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997E39 is #6681C6. Grayscale: #7E7E7E. Windows color (decimal): -6717895 or 3767961. OLE color: 3767961.
HSL color Cylindrical-coordinate representation of color #997E39: hue angle of 43.12º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #997E39 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 126 | 57 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.4 |
| HSL | 43.13º | 0.46% | 0.41% | - |
| HSV(B) | 43.13º | 0.63% | 0.6% | - |
| XYZ | 21.34 | 21.99 | 6.99 | - |
| YUV | 126.21 | 88.95 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 126 | 57 | 0 | 0.18 | 0.63 | 0.4 | 43.13 | 0.46 | 0.41 |
| Hex | 99 | 7E | 39 | 0 | 12 | 3F | 28 | 2B | 2E | 29 |
| Octal | 231 | 176 | 71 | 0 | 22 | 77 | 50 | 53 | 56 | 51 |
| Binary | 10011001 | 1111110 | 111001 | 0 | 10010 | 111111 | 101000 | 101011 | 101110 | 101001 |
Color Harmonies of #997E39
Complementary color
Monochromatic Colors of #997E39
Black with #997E39
Text Example
Text Example
White with #997E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997E39; }
p { color: rgb(153,126,57); }
H1.HeaderClassName
{
color: #997E39;
}
.AnyTagClassName
{
color: #997E39;
}
</style>
background-color css
<style>
a { background-color: #997E39; }
a { background-color: rgb(153,126,57); }
div.DivClassName
{
background-color: #997E39;
}
.BgClassName
{
background-color: #997E39;
}
</style>
border-color css
<style>
span { border-color: #997E39; }
span { border-color: rgb(153,126,57); }
td.TdClassName
{
border-color: #997E39;
}
.TagClassName
{
border-color: #997E39;
}
</style>