Shades of Lemon Ginger #9D8A23
Tints of Lemon Ginger #9D8A23
RGB
CMYK
RGB Variations
Color information
#9D8A23 (or 0x9D8A23) is known color: Lemon Ginger. HEX triplet: 9D, 8A and 23. RGB value is (157,138,35). Sum of RGB (Red+Green+Blue) = 157+138+35=330 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.58% from 330); Green value is 138 (54.30% from 255 or 41.82% from 330); Blue value is 35 (14.06% from 255 or 10.61% from 330); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8A23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8A23 is #6275DC. Grayscale: #848484. Windows color (decimal): -6452701 or 2329245. OLE color: 2329245.
HSL color Cylindrical-coordinate representation of color #9D8A23: hue angle of 50.66º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9D8A23 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 138 | 35 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.38 |
| HSL | 50.66º | 0.64% | 0.38% | - |
| HSV(B) | 50.66º | 0.78% | 0.62% | - |
| XYZ | 23.3 | 25.47 | 5.28 | - |
| YUV | 131.94 | 73.29 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 138 | 35 | 0 | 0.12 | 0.78 | 0.38 | 50.66 | 0.64 | 0.38 |
| Hex | 9D | 8A | 23 | 0 | C | 4E | 26 | 33 | 40 | 26 |
| Octal | 235 | 212 | 43 | 0 | 14 | 116 | 46 | 63 | 100 | 46 |
| Binary | 10011101 | 10001010 | 100011 | 0 | 1100 | 1001110 | 100110 | 110011 | 1000000 | 100110 |
Color Harmonies of #9D8A23
Complementary color
Monochromatic Colors of #9D8A23
Black with #9D8A23
Text Example
Text Example
White with #9D8A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8A23; }
p { color: rgb(157,138,35); }
H1.HeaderClassName
{
color: #9D8A23;
}
.AnyTagClassName
{
color: #9D8A23;
}
</style>
background-color css
<style>
a { background-color: #9D8A23; }
a { background-color: rgb(157,138,35); }
div.DivClassName
{
background-color: #9D8A23;
}
.BgClassName
{
background-color: #9D8A23;
}
</style>
border-color css
<style>
span { border-color: #9D8A23; }
span { border-color: rgb(157,138,35); }
td.TdClassName
{
border-color: #9D8A23;
}
.TagClassName
{
border-color: #9D8A23;
}
</style>