Shades of Lemon Ginger #9D8230
Tints of Lemon Ginger #9D8230
RGB
CMYK
RGB Variations
Color information
#9D8230 (or 0x9D8230) is known color: Lemon Ginger. HEX triplet: 9D, 82 and 30. RGB value is (157,130,48). Sum of RGB (Red+Green+Blue) = 157+130+48=335 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.87% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 48 (19.14% from 255 or 14.33% from 335); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8230 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8230 is #627DCF. Grayscale: #818181. Windows color (decimal): -6454736 or 3179165. OLE color: 3179165.
HSL color Cylindrical-coordinate representation of color #9D8230: hue angle of 45.14º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9D8230 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 130 | 48 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.38 |
| HSL | 45.14º | 0.53% | 0.4% | - |
| HSV(B) | 45.14º | 0.69% | 0.62% | - |
| XYZ | 22.42 | 23.35 | 6.12 | - |
| YUV | 128.73 | 82.45 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 130 | 48 | 0 | 0.17 | 0.69 | 0.38 | 45.14 | 0.53 | 0.4 |
| Hex | 9D | 82 | 30 | 0 | 11 | 45 | 26 | 2D | 35 | 28 |
| Octal | 235 | 202 | 60 | 0 | 21 | 105 | 46 | 55 | 65 | 50 |
| Binary | 10011101 | 10000010 | 110000 | 0 | 10001 | 1000101 | 100110 | 101101 | 110101 | 101000 |
Color Harmonies of #9D8230
Complementary color
Monochromatic Colors of #9D8230
Black with #9D8230
Text Example
Text Example
White with #9D8230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8230; }
p { color: rgb(157,130,48); }
H1.HeaderClassName
{
color: #9D8230;
}
.AnyTagClassName
{
color: #9D8230;
}
</style>
background-color css
<style>
a { background-color: #9D8230; }
a { background-color: rgb(157,130,48); }
div.DivClassName
{
background-color: #9D8230;
}
.BgClassName
{
background-color: #9D8230;
}
</style>
border-color css
<style>
span { border-color: #9D8230; }
span { border-color: rgb(157,130,48); }
td.TdClassName
{
border-color: #9D8230;
}
.TagClassName
{
border-color: #9D8230;
}
</style>