Shades of Lemon Ginger #998328
Tints of Lemon Ginger #998328
RGB
CMYK
RGB Variations
Color information
#998328 (or 0x998328) is known color: Lemon Ginger. HEX triplet: 99, 83 and 28. RGB value is (153,131,40). Sum of RGB (Red+Green+Blue) = 153+131+40=324 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.22% from 324); Green value is 131 (51.56% from 255 or 40.43% from 324); Blue value is 40 (16.02% from 255 or 12.35% from 324); Max value from RGB is 153 - color contains mainly: red. Hex color #998328 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998328 is #667CD7. Grayscale: #7F7F7F. Windows color (decimal): -6716632 or 2655129. OLE color: 2655129.
HSL color Cylindrical-coordinate representation of color #998328: hue angle of 48.32º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #998328 is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 131 | 40 | - |
| CMYK | 0 | 0.14 | 0.74 | 0.4 |
| HSL | 48.32º | 0.59% | 0.38% | - |
| HSV(B) | 48.32º | 0.74% | 0.6% | - |
| XYZ | 21.64 | 23.16 | 5.34 | - |
| YUV | 127.2 | 78.79 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 131 | 40 | 0 | 0.14 | 0.74 | 0.4 | 48.32 | 0.59 | 0.38 |
| Hex | 99 | 83 | 28 | 0 | E | 4A | 28 | 30 | 3B | 26 |
| Octal | 231 | 203 | 50 | 0 | 16 | 112 | 50 | 60 | 73 | 46 |
| Binary | 10011001 | 10000011 | 101000 | 0 | 1110 | 1001010 | 101000 | 110000 | 111011 | 100110 |
Color Harmonies of #998328
Complementary color
Monochromatic Colors of #998328
Black with #998328
Text Example
Text Example
White with #998328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998328; }
p { color: rgb(153,131,40); }
H1.HeaderClassName
{
color: #998328;
}
.AnyTagClassName
{
color: #998328;
}
</style>
background-color css
<style>
a { background-color: #998328; }
a { background-color: rgb(153,131,40); }
div.DivClassName
{
background-color: #998328;
}
.BgClassName
{
background-color: #998328;
}
</style>
border-color css
<style>
span { border-color: #998328; }
span { border-color: rgb(153,131,40); }
td.TdClassName
{
border-color: #998328;
}
.TagClassName
{
border-color: #998328;
}
</style>