Shades of Lemon Ginger #997F37
Tints of Lemon Ginger #997F37
RGB
CMYK
RGB Variations
Color information
#997F37 (or 0x997F37) is known color: Lemon Ginger. HEX triplet: 99, 7F and 37. RGB value is (153,127,55). Sum of RGB (Red+Green+Blue) = 153+127+55=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 127 (50% from 255 or 37.91% from 335); Blue value is 55 (21.88% from 255 or 16.42% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #997F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997F37 is #6680C8. Grayscale: #7E7E7E. Windows color (decimal): -6717641 or 3637145. OLE color: 3637145.
HSL color Cylindrical-coordinate representation of color #997F37: hue angle of 44.08º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #997F37 is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 127 | 55 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.4 |
| HSL | 44.08º | 0.47% | 0.41% | - |
| HSV(B) | 44.08º | 0.64% | 0.6% | - |
| XYZ | 21.42 | 22.23 | 6.78 | - |
| YUV | 126.57 | 87.61 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 127 | 55 | 0 | 0.17 | 0.64 | 0.4 | 44.08 | 0.47 | 0.41 |
| Hex | 99 | 7F | 37 | 0 | 11 | 40 | 28 | 2C | 2F | 29 |
| Octal | 231 | 177 | 67 | 0 | 21 | 100 | 50 | 54 | 57 | 51 |
| Binary | 10011001 | 1111111 | 110111 | 0 | 10001 | 1000000 | 101000 | 101100 | 101111 | 101001 |
Color Harmonies of #997F37
Complementary color
Monochromatic Colors of #997F37
Black with #997F37
Text Example
Text Example
White with #997F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997F37; }
p { color: rgb(153,127,55); }
H1.HeaderClassName
{
color: #997F37;
}
.AnyTagClassName
{
color: #997F37;
}
</style>
background-color css
<style>
a { background-color: #997F37; }
a { background-color: rgb(153,127,55); }
div.DivClassName
{
background-color: #997F37;
}
.BgClassName
{
background-color: #997F37;
}
</style>
border-color css
<style>
span { border-color: #997F37; }
span { border-color: rgb(153,127,55); }
td.TdClassName
{
border-color: #997F37;
}
.TagClassName
{
border-color: #997F37;
}
</style>