Shades of Lemon Ginger #998423
Tints of Lemon Ginger #998423
RGB
CMYK
RGB Variations
Color information
#998423 (or 0x998423) is known color: Lemon Ginger. HEX triplet: 99, 84 and 23. RGB value is (153,132,35). Sum of RGB (Red+Green+Blue) = 153+132+35=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 132 (51.95% from 255 or 41.25% from 320); Blue value is 35 (14.06% from 255 or 10.94% from 320); Max value from RGB is 153 - color contains mainly: red. Hex color #998423 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998423 is #667BDC. Grayscale: #7F7F7F. Windows color (decimal): -6716381 or 2327705. OLE color: 2327705.
HSL color Cylindrical-coordinate representation of color #998423: hue angle of 49.32º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #998423 is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 132 | 35 | - |
| CMYK | 0 | 0.14 | 0.77 | 0.4 |
| HSL | 49.32º | 0.63% | 0.37% | - |
| HSV(B) | 49.32º | 0.77% | 0.6% | - |
| XYZ | 21.69 | 23.4 | 4.96 | - |
| YUV | 127.22 | 75.96 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 132 | 35 | 0 | 0.14 | 0.77 | 0.4 | 49.32 | 0.63 | 0.37 |
| Hex | 99 | 84 | 23 | 0 | E | 4D | 28 | 31 | 3F | 25 |
| Octal | 231 | 204 | 43 | 0 | 16 | 115 | 50 | 61 | 77 | 45 |
| Binary | 10011001 | 10000100 | 100011 | 0 | 1110 | 1001101 | 101000 | 110001 | 111111 | 100101 |
Color Harmonies of #998423
Complementary color
Monochromatic Colors of #998423
Black with #998423
Text Example
Text Example
White with #998423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998423; }
p { color: rgb(153,132,35); }
H1.HeaderClassName
{
color: #998423;
}
.AnyTagClassName
{
color: #998423;
}
</style>
background-color css
<style>
a { background-color: #998423; }
a { background-color: rgb(153,132,35); }
div.DivClassName
{
background-color: #998423;
}
.BgClassName
{
background-color: #998423;
}
</style>
border-color css
<style>
span { border-color: #998423; }
span { border-color: rgb(153,132,35); }
td.TdClassName
{
border-color: #998423;
}
.TagClassName
{
border-color: #998423;
}
</style>