Shades of Lemon Ginger #999124
Tints of Lemon Ginger #999124
RGB
CMYK
RGB Variations
Color information
#999124 (or 0x999124) is known color: Lemon Ginger. HEX triplet: 99, 91 and 24. RGB value is (153,145,36). Sum of RGB (Red+Green+Blue) = 153+145+36=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 36 (14.45% from 255 or 10.78% from 334); Max value from RGB is 153 - color contains mainly: red. Hex color #999124 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999124 is #666EDB. Grayscale: #878787. Windows color (decimal): -6713052 or 2396569. OLE color: 2396569.
HSL color Cylindrical-coordinate representation of color #999124: hue angle of 55.9º 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 #999124 is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 145 | 36 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.4 |
| HSL | 55.9º | 0.62% | 0.37% | - |
| HSV(B) | 55.9º | 0.76% | 0.6% | - |
| XYZ | 23.58 | 27.15 | 5.67 | - |
| YUV | 134.97 | 72.15 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 145 | 36 | 0 | 0.05 | 0.76 | 0.4 | 55.9 | 0.62 | 0.37 |
| Hex | 99 | 91 | 24 | 0 | 5 | 4C | 28 | 38 | 3E | 25 |
| Octal | 231 | 221 | 44 | 0 | 5 | 114 | 50 | 70 | 76 | 45 |
| Binary | 10011001 | 10010001 | 100100 | 0 | 101 | 1001100 | 101000 | 111000 | 111110 | 100101 |
Color Harmonies of #999124
Complementary color
Monochromatic Colors of #999124
Black with #999124
Text Example
Text Example
White with #999124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999124; }
p { color: rgb(153,145,36); }
H1.HeaderClassName
{
color: #999124;
}
.AnyTagClassName
{
color: #999124;
}
</style>
background-color css
<style>
a { background-color: #999124; }
a { background-color: rgb(153,145,36); }
div.DivClassName
{
background-color: #999124;
}
.BgClassName
{
background-color: #999124;
}
</style>
border-color css
<style>
span { border-color: #999124; }
span { border-color: rgb(153,145,36); }
td.TdClassName
{
border-color: #999124;
}
.TagClassName
{
border-color: #999124;
}
</style>