Shades of Lemon Ginger #998232
Tints of Lemon Ginger #998232
RGB
CMYK
RGB Variations
Color information
#998232 (or 0x998232) is known color: Lemon Ginger. HEX triplet: 99, 82 and 32. RGB value is (153,130,50). Sum of RGB (Red+Green+Blue) = 153+130+50=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 130 (51.17% from 255 or 39.04% from 333); Blue value is 50 (19.92% from 255 or 15.02% from 333); Max value from RGB is 153 - color contains mainly: red. Hex color #998232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998232 is #667DCD. Grayscale: #808080. Windows color (decimal): -6716878 or 3310233. OLE color: 3310233.
HSL color Cylindrical-coordinate representation of color #998232: hue angle of 46.6º 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 #998232 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 130 | 50 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.4 |
| HSL | 46.6º | 0.51% | 0.4% | - |
| HSV(B) | 46.6º | 0.67% | 0.6% | - |
| XYZ | 21.7 | 22.97 | 6.31 | - |
| YUV | 127.76 | 84.12 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 130 | 50 | 0 | 0.15 | 0.67 | 0.4 | 46.6 | 0.51 | 0.4 |
| Hex | 99 | 82 | 32 | 0 | F | 43 | 28 | 2F | 33 | 28 |
| Octal | 231 | 202 | 62 | 0 | 17 | 103 | 50 | 57 | 63 | 50 |
| Binary | 10011001 | 10000010 | 110010 | 0 | 1111 | 1000011 | 101000 | 101111 | 110011 | 101000 |
Color Harmonies of #998232
Complementary color
Monochromatic Colors of #998232
Black with #998232
Text Example
Text Example
White with #998232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998232; }
p { color: rgb(153,130,50); }
H1.HeaderClassName
{
color: #998232;
}
.AnyTagClassName
{
color: #998232;
}
</style>
background-color css
<style>
a { background-color: #998232; }
a { background-color: rgb(153,130,50); }
div.DivClassName
{
background-color: #998232;
}
.BgClassName
{
background-color: #998232;
}
</style>
border-color css
<style>
span { border-color: #998232; }
span { border-color: rgb(153,130,50); }
td.TdClassName
{
border-color: #998232;
}
.TagClassName
{
border-color: #998232;
}
</style>