Shades of Lemon Ginger #997C32
Tints of Lemon Ginger #997C32
RGB
CMYK
RGB Variations
Color information
#997C32 (or 0x997C32) is known color: Lemon Ginger. HEX triplet: 99, 7C and 32. RGB value is (153,124,50). Sum of RGB (Red+Green+Blue) = 153+124+50=327 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.79% from 327); Green value is 124 (48.83% from 255 or 37.92% from 327); Blue value is 50 (19.92% from 255 or 15.29% from 327); Max value from RGB is 153 - color contains mainly: red. Hex color #997C32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997C32 is #6683CD. Grayscale: #7C7C7C. Windows color (decimal): -6718414 or 3308697. OLE color: 3308697.
HSL color Cylindrical-coordinate representation of color #997C32: hue angle of 43.11º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #997C32 is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 124 | 50 | - |
| CMYK | 0 | 0.19 | 0.67 | 0.4 |
| HSL | 43.11º | 0.51% | 0.4% | - |
| HSV(B) | 43.11º | 0.67% | 0.6% | - |
| XYZ | 20.92 | 21.42 | 6.05 | - |
| YUV | 124.24 | 86.11 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 124 | 50 | 0 | 0.19 | 0.67 | 0.4 | 43.11 | 0.51 | 0.4 |
| Hex | 99 | 7C | 32 | 0 | 13 | 43 | 28 | 2B | 33 | 28 |
| Octal | 231 | 174 | 62 | 0 | 23 | 103 | 50 | 53 | 63 | 50 |
| Binary | 10011001 | 1111100 | 110010 | 0 | 10011 | 1000011 | 101000 | 101011 | 110011 | 101000 |
Color Harmonies of #997C32
Complementary color
Monochromatic Colors of #997C32
Black with #997C32
Text Example
Text Example
White with #997C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997C32; }
p { color: rgb(153,124,50); }
H1.HeaderClassName
{
color: #997C32;
}
.AnyTagClassName
{
color: #997C32;
}
</style>
background-color css
<style>
a { background-color: #997C32; }
a { background-color: rgb(153,124,50); }
div.DivClassName
{
background-color: #997C32;
}
.BgClassName
{
background-color: #997C32;
}
</style>
border-color css
<style>
span { border-color: #997C32; }
span { border-color: rgb(153,124,50); }
td.TdClassName
{
border-color: #997C32;
}
.TagClassName
{
border-color: #997C32;
}
</style>