Shades of Lemon Ginger #99901D
Tints of Lemon Ginger #99901D
RGB
CMYK
RGB Variations
Color information
#99901D (or 0x99901D) is known color: Lemon Ginger. HEX triplet: 99, 90 and 1D. RGB value is (153,144,29). Sum of RGB (Red+Green+Blue) = 153+144+29=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 144 (56.64% from 255 or 44.17% from 326); Blue value is 29 (11.72% from 255 or 8.90% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #99901D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99901D is #666FE2. Grayscale: #868686. Windows color (decimal): -6713315 or 1937561. OLE color: 1937561.
HSL color Cylindrical-coordinate representation of color #99901D: hue angle of 55.65º 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 #99901D is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 144 | 29 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.4 |
| HSL | 55.65º | 0.68% | 0.36% | - |
| HSV(B) | 55.65º | 0.81% | 0.6% | - |
| XYZ | 23.33 | 26.81 | 5.11 | - |
| YUV | 133.58 | 68.98 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 144 | 29 | 0 | 0.06 | 0.81 | 0.4 | 55.65 | 0.68 | 0.36 |
| Hex | 99 | 90 | 1D | 0 | 6 | 51 | 28 | 38 | 44 | 24 |
| Octal | 231 | 220 | 35 | 0 | 6 | 121 | 50 | 70 | 104 | 44 |
| Binary | 10011001 | 10010000 | 11101 | 0 | 110 | 1010001 | 101000 | 111000 | 1000100 | 100100 |
Color Harmonies of #99901D
Complementary color
Monochromatic Colors of #99901D
Black with #99901D
Text Example
Text Example
White with #99901D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99901D; }
p { color: rgb(153,144,29); }
H1.HeaderClassName
{
color: #99901D;
}
.AnyTagClassName
{
color: #99901D;
}
</style>
background-color css
<style>
a { background-color: #99901D; }
a { background-color: rgb(153,144,29); }
div.DivClassName
{
background-color: #99901D;
}
.BgClassName
{
background-color: #99901D;
}
</style>
border-color css
<style>
span { border-color: #99901D; }
span { border-color: rgb(153,144,29); }
td.TdClassName
{
border-color: #99901D;
}
.TagClassName
{
border-color: #99901D;
}
</style>