Shades of Lemon Ginger #9E8C23
Tints of Lemon Ginger #9E8C23
RGB
CMYK
RGB Variations
Color information
#9E8C23 (or 0x9E8C23) is known color: Lemon Ginger. HEX triplet: 9E, 8C and 23. RGB value is (158,140,35). Sum of RGB (Red+Green+Blue) = 158+140+35=333 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.45% from 333); Green value is 140 (55.08% from 255 or 42.04% from 333); Blue value is 35 (14.06% from 255 or 10.51% from 333); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8C23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E8C23 is #6173DC. Grayscale: #858585. Windows color (decimal): -6386653 or 2329758. OLE color: 2329758.
HSL color Cylindrical-coordinate representation of color #9E8C23: hue angle of 51.22º 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 #9E8C23 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 140 | 35 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.38 |
| HSL | 51.22º | 0.64% | 0.38% | - |
| HSV(B) | 51.22º | 0.78% | 0.62% | - |
| XYZ | 23.78 | 26.15 | 5.38 | - |
| YUV | 133.41 | 72.46 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 140 | 35 | 0 | 0.11 | 0.78 | 0.38 | 51.22 | 0.64 | 0.38 |
| Hex | 9E | 8C | 23 | 0 | B | 4E | 26 | 33 | 40 | 26 |
| Octal | 236 | 214 | 43 | 0 | 13 | 116 | 46 | 63 | 100 | 46 |
| Binary | 10011110 | 10001100 | 100011 | 0 | 1011 | 1001110 | 100110 | 110011 | 1000000 | 100110 |
Color Harmonies of #9E8C23
Complementary color
Monochromatic Colors of #9E8C23
Black with #9E8C23
Text Example
Text Example
White with #9E8C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8C23; }
p { color: rgb(158,140,35); }
H1.HeaderClassName
{
color: #9E8C23;
}
.AnyTagClassName
{
color: #9E8C23;
}
</style>
background-color css
<style>
a { background-color: #9E8C23; }
a { background-color: rgb(158,140,35); }
div.DivClassName
{
background-color: #9E8C23;
}
.BgClassName
{
background-color: #9E8C23;
}
</style>
border-color css
<style>
span { border-color: #9E8C23; }
span { border-color: rgb(158,140,35); }
td.TdClassName
{
border-color: #9E8C23;
}
.TagClassName
{
border-color: #9E8C23;
}
</style>