Shades of Lemon Ginger #999024
Tints of Lemon Ginger #999024
RGB
CMYK
RGB Variations
Color information
#999024 (or 0x999024) is known color: Lemon Ginger. HEX triplet: 99, 90 and 24. RGB value is (153,144,36). Sum of RGB (Red+Green+Blue) = 153+144+36=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 144 (56.64% from 255 or 43.24% from 333); Blue value is 36 (14.45% from 255 or 10.81% from 333); Max value from RGB is 153 - color contains mainly: red. Hex color #999024 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999024 is #666FDB. Grayscale: #868686. Windows color (decimal): -6713308 or 2396313. OLE color: 2396313.
HSL color Cylindrical-coordinate representation of color #999024: hue angle of 55.38º 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 #999024 is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 144 | 36 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.4 |
| HSL | 55.38º | 0.62% | 0.37% | - |
| HSV(B) | 55.38º | 0.76% | 0.6% | - |
| XYZ | 23.43 | 26.85 | 5.62 | - |
| YUV | 134.38 | 72.48 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 144 | 36 | 0 | 0.06 | 0.76 | 0.4 | 55.38 | 0.62 | 0.37 |
| Hex | 99 | 90 | 24 | 0 | 6 | 4C | 28 | 37 | 3E | 25 |
| Octal | 231 | 220 | 44 | 0 | 6 | 114 | 50 | 67 | 76 | 45 |
| Binary | 10011001 | 10010000 | 100100 | 0 | 110 | 1001100 | 101000 | 110111 | 111110 | 100101 |
Color Harmonies of #999024
Complementary color
Monochromatic Colors of #999024
Black with #999024
Text Example
Text Example
White with #999024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999024; }
p { color: rgb(153,144,36); }
H1.HeaderClassName
{
color: #999024;
}
.AnyTagClassName
{
color: #999024;
}
</style>
background-color css
<style>
a { background-color: #999024; }
a { background-color: rgb(153,144,36); }
div.DivClassName
{
background-color: #999024;
}
.BgClassName
{
background-color: #999024;
}
</style>
border-color css
<style>
span { border-color: #999024; }
span { border-color: rgb(153,144,36); }
td.TdClassName
{
border-color: #999024;
}
.TagClassName
{
border-color: #999024;
}
</style>