Shades of Lemon Ginger #99911D
Tints of Lemon Ginger #99911D
RGB
CMYK
RGB Variations
Color information
#99911D (or 0x99911D) is known color: Lemon Ginger. HEX triplet: 99, 91 and 1D. RGB value is (153,145,29). Sum of RGB (Red+Green+Blue) = 153+145+29=327 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.79% from 327); Green value is 145 (57.03% from 255 or 44.34% from 327); Blue value is 29 (11.72% from 255 or 8.87% from 327); Max value from RGB is 153 - color contains mainly: red. Hex color #99911D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99911D is #666EE2. Grayscale: #868686. Windows color (decimal): -6713059 or 1937817. OLE color: 1937817.
HSL color Cylindrical-coordinate representation of color #99911D: hue angle of 56.13º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #99911D is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 145 | 29 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.4 |
| HSL | 56.13º | 0.68% | 0.36% | - |
| HSV(B) | 56.13º | 0.81% | 0.6% | - |
| XYZ | 23.48 | 27.11 | 5.16 | - |
| YUV | 134.17 | 68.65 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 145 | 29 | 0 | 0.05 | 0.81 | 0.4 | 56.13 | 0.68 | 0.36 |
| Hex | 99 | 91 | 1D | 0 | 5 | 51 | 28 | 38 | 44 | 24 |
| Octal | 231 | 221 | 35 | 0 | 5 | 121 | 50 | 70 | 104 | 44 |
| Binary | 10011001 | 10010001 | 11101 | 0 | 101 | 1010001 | 101000 | 111000 | 1000100 | 100100 |
Color Harmonies of #99911D
Complementary color
Monochromatic Colors of #99911D
Black with #99911D
Text Example
Text Example
White with #99911D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99911D; }
p { color: rgb(153,145,29); }
H1.HeaderClassName
{
color: #99911D;
}
.AnyTagClassName
{
color: #99911D;
}
</style>
background-color css
<style>
a { background-color: #99911D; }
a { background-color: rgb(153,145,29); }
div.DivClassName
{
background-color: #99911D;
}
.BgClassName
{
background-color: #99911D;
}
</style>
border-color css
<style>
span { border-color: #99911D; }
span { border-color: rgb(153,145,29); }
td.TdClassName
{
border-color: #99911D;
}
.TagClassName
{
border-color: #99911D;
}
</style>