Shades of Lemon Ginger #9D8E22
Tints of Lemon Ginger #9D8E22
RGB
CMYK
RGB Variations
Color information
#9D8E22 (or 0x9D8E22) is known color: Lemon Ginger. HEX triplet: 9D, 8E and 22. RGB value is (157,142,34). Sum of RGB (Red+Green+Blue) = 157+142+34=333 (44% of max value = 765). Red value is 157 (61.72% from 255 or 47.15% from 333); Green value is 142 (55.86% from 255 or 42.64% from 333); Blue value is 34 (13.67% from 255 or 10.21% from 333); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8E22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8E22 is #6271DD. Grayscale: #868686. Windows color (decimal): -6451678 or 2264733. OLE color: 2264733.
HSL color Cylindrical-coordinate representation of color #9D8E22: hue angle of 52.68º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9D8E22 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 142 | 34 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.38 |
| HSL | 52.68º | 0.64% | 0.37% | - |
| HSV(B) | 52.68º | 0.78% | 0.62% | - |
| XYZ | 23.87 | 26.63 | 5.4 | - |
| YUV | 134.17 | 71.47 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 142 | 34 | 0 | 0.10 | 0.78 | 0.38 | 52.68 | 0.64 | 0.37 |
| Hex | 9D | 8E | 22 | 0 | A | 4E | 26 | 35 | 40 | 25 |
| Octal | 235 | 216 | 42 | 0 | 12 | 116 | 46 | 65 | 100 | 45 |
| Binary | 10011101 | 10001110 | 100010 | 0 | 1010 | 1001110 | 100110 | 110101 | 1000000 | 100101 |
Color Harmonies of #9D8E22
Complementary color
Monochromatic Colors of #9D8E22
Black with #9D8E22
Text Example
Text Example
White with #9D8E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8E22; }
p { color: rgb(157,142,34); }
H1.HeaderClassName
{
color: #9D8E22;
}
.AnyTagClassName
{
color: #9D8E22;
}
</style>
background-color css
<style>
a { background-color: #9D8E22; }
a { background-color: rgb(157,142,34); }
div.DivClassName
{
background-color: #9D8E22;
}
.BgClassName
{
background-color: #9D8E22;
}
</style>
border-color css
<style>
span { border-color: #9D8E22; }
span { border-color: rgb(157,142,34); }
td.TdClassName
{
border-color: #9D8E22;
}
.TagClassName
{
border-color: #9D8E22;
}
</style>