Shades of Lemon Ginger #998037
Tints of Lemon Ginger #998037
RGB
CMYK
RGB Variations
Color information
#998037 (or 0x998037) is known color: Lemon Ginger. HEX triplet: 99, 80 and 37. RGB value is (153,128,55). Sum of RGB (Red+Green+Blue) = 153+128+55=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 55 (21.88% from 255 or 16.37% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #998037 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998037 is #667FC8. Grayscale: #7F7F7F. Windows color (decimal): -6717385 or 3637401. OLE color: 3637401.
HSL color Cylindrical-coordinate representation of color #998037: hue angle of 44.69º 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 #998037 is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 128 | 55 | - |
| CMYK | 0 | 0.16 | 0.64 | 0.4 |
| HSL | 44.69º | 0.47% | 0.41% | - |
| HSV(B) | 44.69º | 0.64% | 0.6% | - |
| XYZ | 21.55 | 22.49 | 6.82 | - |
| YUV | 127.15 | 87.28 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 128 | 55 | 0 | 0.16 | 0.64 | 0.4 | 44.69 | 0.47 | 0.41 |
| Hex | 99 | 80 | 37 | 0 | 10 | 40 | 28 | 2D | 2F | 29 |
| Octal | 231 | 200 | 67 | 0 | 20 | 100 | 50 | 55 | 57 | 51 |
| Binary | 10011001 | 10000000 | 110111 | 0 | 10000 | 1000000 | 101000 | 101101 | 101111 | 101001 |
Color Harmonies of #998037
Complementary color
Monochromatic Colors of #998037
Black with #998037
Text Example
Text Example
White with #998037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998037; }
p { color: rgb(153,128,55); }
H1.HeaderClassName
{
color: #998037;
}
.AnyTagClassName
{
color: #998037;
}
</style>
background-color css
<style>
a { background-color: #998037; }
a { background-color: rgb(153,128,55); }
div.DivClassName
{
background-color: #998037;
}
.BgClassName
{
background-color: #998037;
}
</style>
border-color css
<style>
span { border-color: #998037; }
span { border-color: rgb(153,128,55); }
td.TdClassName
{
border-color: #998037;
}
.TagClassName
{
border-color: #998037;
}
</style>