Shades of Lemon Ginger #9E8923
Tints of Lemon Ginger #9E8923
RGB
CMYK
RGB Variations
Color information
#9E8923 (or 0x9E8923) is known color: Lemon Ginger. HEX triplet: 9E, 89 and 23. RGB value is (158,137,35). Sum of RGB (Red+Green+Blue) = 158+137+35=330 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.88% from 330); Green value is 137 (53.91% from 255 or 41.52% from 330); Blue value is 35 (14.06% from 255 or 10.61% from 330); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8923 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E8923 is #6176DC. Grayscale: #848484. Windows color (decimal): -6387421 or 2328990. OLE color: 2328990.
HSL color Cylindrical-coordinate representation of color #9E8923: hue angle of 49.76º 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 #9E8923 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 137 | 35 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.38 |
| HSL | 49.76º | 0.64% | 0.38% | - |
| HSV(B) | 49.76º | 0.78% | 0.62% | - |
| XYZ | 23.35 | 25.28 | 5.24 | - |
| YUV | 131.65 | 73.46 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 137 | 35 | 0 | 0.13 | 0.78 | 0.38 | 49.76 | 0.64 | 0.38 |
| Hex | 9E | 89 | 23 | 0 | D | 4E | 26 | 32 | 40 | 26 |
| Octal | 236 | 211 | 43 | 0 | 15 | 116 | 46 | 62 | 100 | 46 |
| Binary | 10011110 | 10001001 | 100011 | 0 | 1101 | 1001110 | 100110 | 110010 | 1000000 | 100110 |
Color Harmonies of #9E8923
Complementary color
Monochromatic Colors of #9E8923
Black with #9E8923
Text Example
Text Example
White with #9E8923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8923; }
p { color: rgb(158,137,35); }
H1.HeaderClassName
{
color: #9E8923;
}
.AnyTagClassName
{
color: #9E8923;
}
</style>
background-color css
<style>
a { background-color: #9E8923; }
a { background-color: rgb(158,137,35); }
div.DivClassName
{
background-color: #9E8923;
}
.BgClassName
{
background-color: #9E8923;
}
</style>
border-color css
<style>
span { border-color: #9E8923; }
span { border-color: rgb(158,137,35); }
td.TdClassName
{
border-color: #9E8923;
}
.TagClassName
{
border-color: #9E8923;
}
</style>