Shades of Lemon Ginger #9D9529
Tints of Lemon Ginger #9D9529
RGB
CMYK
RGB Variations
Color information
#9D9529 (or 0x9D9529) is known color: Lemon Ginger. HEX triplet: 9D, 95 and 29. RGB value is (157,149,41). Sum of RGB (Red+Green+Blue) = 157+149+41=347 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.24% from 347); Green value is 149 (58.59% from 255 or 42.94% from 347); Blue value is 41 (16.41% from 255 or 11.82% from 347); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9529 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D9529 is #626AD6. Grayscale: #8B8B8B. Windows color (decimal): -6449879 or 2725277. OLE color: 2725277.
HSL color Cylindrical-coordinate representation of color #9D9529: hue angle of 55.86º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9D9529 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 149 | 41 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.38 |
| HSL | 55.86º | 0.59% | 0.39% | - |
| HSV(B) | 55.86º | 0.74% | 0.62% | - |
| XYZ | 25.05 | 28.82 | 6.34 | - |
| YUV | 139.08 | 72.65 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 149 | 41 | 0 | 0.05 | 0.74 | 0.38 | 55.86 | 0.59 | 0.39 |
| Hex | 9D | 95 | 29 | 0 | 5 | 4A | 26 | 38 | 3B | 27 |
| Octal | 235 | 225 | 51 | 0 | 5 | 112 | 46 | 70 | 73 | 47 |
| Binary | 10011101 | 10010101 | 101001 | 0 | 101 | 1001010 | 100110 | 111000 | 111011 | 100111 |
Color Harmonies of #9D9529
Complementary color
Monochromatic Colors of #9D9529
Black with #9D9529
Text Example
Text Example
White with #9D9529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9529; }
p { color: rgb(157,149,41); }
H1.HeaderClassName
{
color: #9D9529;
}
.AnyTagClassName
{
color: #9D9529;
}
</style>
background-color css
<style>
a { background-color: #9D9529; }
a { background-color: rgb(157,149,41); }
div.DivClassName
{
background-color: #9D9529;
}
.BgClassName
{
background-color: #9D9529;
}
</style>
border-color css
<style>
span { border-color: #9D9529; }
span { border-color: rgb(157,149,41); }
td.TdClassName
{
border-color: #9D9529;
}
.TagClassName
{
border-color: #9D9529;
}
</style>