Shades of Lemon Ginger #999019
Tints of Lemon Ginger #999019
RGB
CMYK
RGB Variations
Color information
#999019 (or 0x999019) is known color: Lemon Ginger. HEX triplet: 99, 90 and 19. RGB value is (153,144,25). Sum of RGB (Red+Green+Blue) = 153+144+25=322 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.52% from 322); Green value is 144 (56.64% from 255 or 44.72% from 322); Blue value is 25 (10.16% from 255 or 7.76% from 322); Max value from RGB is 153 - color contains mainly: red. Hex color #999019 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999019 is #666FE6. Grayscale: #858585. Windows color (decimal): -6713319 or 1675417. OLE color: 1675417.
HSL color Cylindrical-coordinate representation of color #999019: hue angle of 55.78º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #999019 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 144 | 25 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.4 |
| HSL | 55.78º | 0.72% | 0.35% | - |
| HSV(B) | 55.78º | 0.84% | 0.6% | - |
| XYZ | 23.29 | 26.79 | 4.86 | - |
| YUV | 133.13 | 66.98 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 144 | 25 | 0 | 0.06 | 0.84 | 0.4 | 55.78 | 0.72 | 0.35 |
| Hex | 99 | 90 | 19 | 0 | 6 | 54 | 28 | 38 | 48 | 23 |
| Octal | 231 | 220 | 31 | 0 | 6 | 124 | 50 | 70 | 110 | 43 |
| Binary | 10011001 | 10010000 | 11001 | 0 | 110 | 1010100 | 101000 | 111000 | 1001000 | 100011 |
Color Harmonies of #999019
Complementary color
Monochromatic Colors of #999019
Black with #999019
Text Example
Text Example
White with #999019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999019; }
p { color: rgb(153,144,25); }
H1.HeaderClassName
{
color: #999019;
}
.AnyTagClassName
{
color: #999019;
}
</style>
background-color css
<style>
a { background-color: #999019; }
a { background-color: rgb(153,144,25); }
div.DivClassName
{
background-color: #999019;
}
.BgClassName
{
background-color: #999019;
}
</style>
border-color css
<style>
span { border-color: #999019; }
span { border-color: rgb(153,144,25); }
td.TdClassName
{
border-color: #999019;
}
.TagClassName
{
border-color: #999019;
}
</style>