Shades of Lemon Ginger #9D9126
Tints of Lemon Ginger #9D9126
RGB
CMYK
RGB Variations
Color information
#9D9126 (or 0x9D9126) is known color: Lemon Ginger. HEX triplet: 9D, 91 and 26. RGB value is (157,145,38). Sum of RGB (Red+Green+Blue) = 157+145+38=340 (45% of max value = 765). Red value is 157 (61.72% from 255 or 46.18% from 340); Green value is 145 (57.03% from 255 or 42.65% from 340); Blue value is 38 (15.23% from 255 or 11.18% from 340); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9126 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D9126 is #626ED9. Grayscale: #888888. Windows color (decimal): -6450906 or 2527645. OLE color: 2527645.
HSL color Cylindrical-coordinate representation of color #9D9126: hue angle of 53.95º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9D9126 is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 145 | 38 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.38 |
| HSL | 53.95º | 0.61% | 0.38% | - |
| HSV(B) | 53.95º | 0.76% | 0.62% | - |
| XYZ | 24.38 | 27.56 | 5.87 | - |
| YUV | 136.39 | 72.48 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 145 | 38 | 0 | 0.08 | 0.76 | 0.38 | 53.95 | 0.61 | 0.38 |
| Hex | 9D | 91 | 26 | 0 | 8 | 4C | 26 | 36 | 3D | 26 |
| Octal | 235 | 221 | 46 | 0 | 10 | 114 | 46 | 66 | 75 | 46 |
| Binary | 10011101 | 10010001 | 100110 | 0 | 1000 | 1001100 | 100110 | 110110 | 111101 | 100110 |
Color Harmonies of #9D9126
Complementary color
Monochromatic Colors of #9D9126
Black with #9D9126
Text Example
Text Example
White with #9D9126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9126; }
p { color: rgb(157,145,38); }
H1.HeaderClassName
{
color: #9D9126;
}
.AnyTagClassName
{
color: #9D9126;
}
</style>
background-color css
<style>
a { background-color: #9D9126; }
a { background-color: rgb(157,145,38); }
div.DivClassName
{
background-color: #9D9126;
}
.BgClassName
{
background-color: #9D9126;
}
</style>
border-color css
<style>
span { border-color: #9D9126; }
span { border-color: rgb(157,145,38); }
td.TdClassName
{
border-color: #9D9126;
}
.TagClassName
{
border-color: #9D9126;
}
</style>