Shades of Lemon Ginger #998537
Tints of Lemon Ginger #998537
RGB
CMYK
RGB Variations
Color information
#998537 (or 0x998537) is known color: Lemon Ginger. HEX triplet: 99, 85 and 37. RGB value is (153,133,55). Sum of RGB (Red+Green+Blue) = 153+133+55=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 133 (52.34% from 255 or 39.00% from 341); Blue value is 55 (21.88% from 255 or 16.13% from 341); Max value from RGB is 153 - color contains mainly: red. Hex color #998537 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998537 is #667AC8. Grayscale: #828282. Windows color (decimal): -6716105 or 3638681. OLE color: 3638681.
HSL color Cylindrical-coordinate representation of color #998537: hue angle of 47.76º 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 #998537 is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 133 | 55 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.4 |
| HSL | 47.76º | 0.47% | 0.41% | - |
| HSV(B) | 47.76º | 0.64% | 0.6% | - |
| XYZ | 22.21 | 23.82 | 7.04 | - |
| YUV | 130.09 | 85.63 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 133 | 55 | 0 | 0.13 | 0.64 | 0.4 | 47.76 | 0.47 | 0.41 |
| Hex | 99 | 85 | 37 | 0 | D | 40 | 28 | 30 | 2F | 29 |
| Octal | 231 | 205 | 67 | 0 | 15 | 100 | 50 | 60 | 57 | 51 |
| Binary | 10011001 | 10000101 | 110111 | 0 | 1101 | 1000000 | 101000 | 110000 | 101111 | 101001 |
Color Harmonies of #998537
Complementary color
Monochromatic Colors of #998537
Black with #998537
Text Example
Text Example
White with #998537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998537; }
p { color: rgb(153,133,55); }
H1.HeaderClassName
{
color: #998537;
}
.AnyTagClassName
{
color: #998537;
}
</style>
background-color css
<style>
a { background-color: #998537; }
a { background-color: rgb(153,133,55); }
div.DivClassName
{
background-color: #998537;
}
.BgClassName
{
background-color: #998537;
}
</style>
border-color css
<style>
span { border-color: #998537; }
span { border-color: rgb(153,133,55); }
td.TdClassName
{
border-color: #998537;
}
.TagClassName
{
border-color: #998537;
}
</style>