Shades of Lemon Ginger #998332
Tints of Lemon Ginger #998332
RGB
CMYK
RGB Variations
Color information
#998332 (or 0x998332) is known color: Lemon Ginger. HEX triplet: 99, 83 and 32. RGB value is (153,131,50). Sum of RGB (Red+Green+Blue) = 153+131+50=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 131 (51.56% from 255 or 39.22% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 153 - color contains mainly: red. Hex color #998332 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998332 is #667CCD. Grayscale: #808080. Windows color (decimal): -6716622 or 3310489. OLE color: 3310489.
HSL color Cylindrical-coordinate representation of color #998332: hue angle of 47.18º 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 #998332 is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 131 | 50 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.4 |
| HSL | 47.18º | 0.51% | 0.4% | - |
| HSV(B) | 47.18º | 0.67% | 0.6% | - |
| XYZ | 21.83 | 23.24 | 6.35 | - |
| YUV | 128.34 | 83.79 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 131 | 50 | 0 | 0.14 | 0.67 | 0.4 | 47.18 | 0.51 | 0.4 |
| Hex | 99 | 83 | 32 | 0 | E | 43 | 28 | 2F | 33 | 28 |
| Octal | 231 | 203 | 62 | 0 | 16 | 103 | 50 | 57 | 63 | 50 |
| Binary | 10011001 | 10000011 | 110010 | 0 | 1110 | 1000011 | 101000 | 101111 | 110011 | 101000 |
Color Harmonies of #998332
Complementary color
Monochromatic Colors of #998332
Black with #998332
Text Example
Text Example
White with #998332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998332; }
p { color: rgb(153,131,50); }
H1.HeaderClassName
{
color: #998332;
}
.AnyTagClassName
{
color: #998332;
}
</style>
background-color css
<style>
a { background-color: #998332; }
a { background-color: rgb(153,131,50); }
div.DivClassName
{
background-color: #998332;
}
.BgClassName
{
background-color: #998332;
}
</style>
border-color css
<style>
span { border-color: #998332; }
span { border-color: rgb(153,131,50); }
td.TdClassName
{
border-color: #998332;
}
.TagClassName
{
border-color: #998332;
}
</style>