Shades of Lemon Ginger #9D8C1D
Tints of Lemon Ginger #9D8C1D
RGB
CMYK
RGB Variations
Color information
#9D8C1D (or 0x9D8C1D) is known color: Lemon Ginger. HEX triplet: 9D, 8C and 1D. RGB value is (157,140,29). Sum of RGB (Red+Green+Blue) = 157+140+29=326 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.16% from 326); Green value is 140 (55.08% from 255 or 42.94% from 326); Blue value is 29 (11.72% from 255 or 8.90% from 326); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8C1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8C1D is #6273E2. Grayscale: #848484. Windows color (decimal): -6452195 or 1936541. OLE color: 1936541.
HSL color Cylindrical-coordinate representation of color #9D8C1D: hue angle of 52.03º degrees, saturation: 0.69, 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 #9D8C1D is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 140 | 29 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.38 |
| HSL | 52.03º | 0.69% | 0.36% | - |
| HSV(B) | 52.03º | 0.82% | 0.62% | - |
| XYZ | 23.5 | 26.01 | 4.94 | - |
| YUV | 132.43 | 69.63 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 140 | 29 | 0 | 0.11 | 0.82 | 0.38 | 52.03 | 0.69 | 0.36 |
| Hex | 9D | 8C | 1D | 0 | B | 52 | 26 | 34 | 45 | 24 |
| Octal | 235 | 214 | 35 | 0 | 13 | 122 | 46 | 64 | 105 | 44 |
| Binary | 10011101 | 10001100 | 11101 | 0 | 1011 | 1010010 | 100110 | 110100 | 1000101 | 100100 |
Color Harmonies of #9D8C1D
Complementary color
Monochromatic Colors of #9D8C1D
Black with #9D8C1D
Text Example
Text Example
White with #9D8C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8C1D; }
p { color: rgb(157,140,29); }
H1.HeaderClassName
{
color: #9D8C1D;
}
.AnyTagClassName
{
color: #9D8C1D;
}
</style>
background-color css
<style>
a { background-color: #9D8C1D; }
a { background-color: rgb(157,140,29); }
div.DivClassName
{
background-color: #9D8C1D;
}
.BgClassName
{
background-color: #9D8C1D;
}
</style>
border-color css
<style>
span { border-color: #9D8C1D; }
span { border-color: rgb(157,140,29); }
td.TdClassName
{
border-color: #9D8C1D;
}
.TagClassName
{
border-color: #9D8C1D;
}
</style>