Shades of Lemon Ginger #9E8A26
Tints of Lemon Ginger #9E8A26
RGB
CMYK
RGB Variations
Color information
#9E8A26 (or 0x9E8A26) is known color: Lemon Ginger. HEX triplet: 9E, 8A and 26. RGB value is (158,138,38). Sum of RGB (Red+Green+Blue) = 158+138+38=334 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.31% from 334); Green value is 138 (54.30% from 255 or 41.32% from 334); Blue value is 38 (15.23% from 255 or 11.38% from 334); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8A26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E8A26 is #6175D9. Grayscale: #858585. Windows color (decimal): -6387162 or 2525854. OLE color: 2525854.
HSL color Cylindrical-coordinate representation of color #9E8A26: hue angle of 50º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9E8A26 is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 138 | 38 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.38 |
| HSL | 50º | 0.61% | 0.38% | - |
| HSV(B) | 50º | 0.76% | 0.62% | - |
| XYZ | 23.54 | 25.59 | 5.53 | - |
| YUV | 132.58 | 74.63 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 138 | 38 | 0 | 0.13 | 0.76 | 0.38 | 50 | 0.61 | 0.38 |
| Hex | 9E | 8A | 26 | 0 | D | 4C | 26 | 32 | 3D | 26 |
| Octal | 236 | 212 | 46 | 0 | 15 | 114 | 46 | 62 | 75 | 46 |
| Binary | 10011110 | 10001010 | 100110 | 0 | 1101 | 1001100 | 100110 | 110010 | 111101 | 100110 |
Color Harmonies of #9E8A26
Complementary color
Monochromatic Colors of #9E8A26
Black with #9E8A26
Text Example
Text Example
White with #9E8A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8A26; }
p { color: rgb(158,138,38); }
H1.HeaderClassName
{
color: #9E8A26;
}
.AnyTagClassName
{
color: #9E8A26;
}
</style>
background-color css
<style>
a { background-color: #9E8A26; }
a { background-color: rgb(158,138,38); }
div.DivClassName
{
background-color: #9E8A26;
}
.BgClassName
{
background-color: #9E8A26;
}
</style>
border-color css
<style>
span { border-color: #9E8A26; }
span { border-color: rgb(158,138,38); }
td.TdClassName
{
border-color: #9E8A26;
}
.TagClassName
{
border-color: #9E8A26;
}
</style>