Shades of Lemon Ginger #998824
Tints of Lemon Ginger #998824
RGB
CMYK
RGB Variations
Color information
#998824 (or 0x998824) is known color: Lemon Ginger. HEX triplet: 99, 88 and 24. RGB value is (153,136,36). Sum of RGB (Red+Green+Blue) = 153+136+36=325 (43% of max value = 765). Red value is 153 (60.16% from 255 or 47.08% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 36 (14.45% from 255 or 11.08% from 325); Max value from RGB is 153 - color contains mainly: red. Hex color #998824 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998824 is #6677DB. Grayscale: #828282. Windows color (decimal): -6715356 or 2394265. OLE color: 2394265.
HSL color Cylindrical-coordinate representation of color #998824: hue angle of 51.28º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #998824 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 136 | 36 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.4 |
| HSL | 51.28º | 0.62% | 0.37% | - |
| HSV(B) | 51.28º | 0.76% | 0.6% | - |
| XYZ | 22.26 | 24.51 | 5.23 | - |
| YUV | 129.68 | 75.13 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 136 | 36 | 0 | 0.11 | 0.76 | 0.4 | 51.28 | 0.62 | 0.37 |
| Hex | 99 | 88 | 24 | 0 | B | 4C | 28 | 33 | 3E | 25 |
| Octal | 231 | 210 | 44 | 0 | 13 | 114 | 50 | 63 | 76 | 45 |
| Binary | 10011001 | 10001000 | 100100 | 0 | 1011 | 1001100 | 101000 | 110011 | 111110 | 100101 |
Color Harmonies of #998824
Complementary color
Monochromatic Colors of #998824
Black with #998824
Text Example
Text Example
White with #998824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998824; }
p { color: rgb(153,136,36); }
H1.HeaderClassName
{
color: #998824;
}
.AnyTagClassName
{
color: #998824;
}
</style>
background-color css
<style>
a { background-color: #998824; }
a { background-color: rgb(153,136,36); }
div.DivClassName
{
background-color: #998824;
}
.BgClassName
{
background-color: #998824;
}
</style>
border-color css
<style>
span { border-color: #998824; }
span { border-color: rgb(153,136,36); }
td.TdClassName
{
border-color: #998824;
}
.TagClassName
{
border-color: #998824;
}
</style>