Shades of Lemon Ginger #9D8D1C
Tints of Lemon Ginger #9D8D1C
RGB
CMYK
RGB Variations
Color information
#9D8D1C (or 0x9D8D1C) is known color: Lemon Ginger. HEX triplet: 9D, 8D and 1C. RGB value is (157,141,28). Sum of RGB (Red+Green+Blue) = 157+141+28=326 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.16% from 326); Green value is 141 (55.47% from 255 or 43.25% from 326); Blue value is 28 (11.33% from 255 or 8.59% from 326); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8D1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8D1C is #6272E3. Grayscale: #858585. Windows color (decimal): -6451940 or 1871261. OLE color: 1871261.
HSL color Cylindrical-coordinate representation of color #9D8D1C: hue angle of 52.56º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9D8D1C is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 141 | 28 | - |
| CMYK | 0 | 0.10 | 0.82 | 0.38 |
| HSL | 52.56º | 0.7% | 0.36% | - |
| HSV(B) | 52.56º | 0.82% | 0.62% | - |
| XYZ | 23.64 | 26.3 | 4.93 | - |
| YUV | 132.9 | 68.8 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 141 | 28 | 0 | 0.10 | 0.82 | 0.38 | 52.56 | 0.7 | 0.36 |
| Hex | 9D | 8D | 1C | 0 | A | 52 | 26 | 35 | 46 | 24 |
| Octal | 235 | 215 | 34 | 0 | 12 | 122 | 46 | 65 | 106 | 44 |
| Binary | 10011101 | 10001101 | 11100 | 0 | 1010 | 1010010 | 100110 | 110101 | 1000110 | 100100 |
Color Harmonies of #9D8D1C
Complementary color
Monochromatic Colors of #9D8D1C
Black with #9D8D1C
Text Example
Text Example
White with #9D8D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8D1C; }
p { color: rgb(157,141,28); }
H1.HeaderClassName
{
color: #9D8D1C;
}
.AnyTagClassName
{
color: #9D8D1C;
}
</style>
background-color css
<style>
a { background-color: #9D8D1C; }
a { background-color: rgb(157,141,28); }
div.DivClassName
{
background-color: #9D8D1C;
}
.BgClassName
{
background-color: #9D8D1C;
}
</style>
border-color css
<style>
span { border-color: #9D8D1C; }
span { border-color: rgb(157,141,28); }
td.TdClassName
{
border-color: #9D8D1C;
}
.TagClassName
{
border-color: #9D8D1C;
}
</style>