Shades of Lemon Ginger #9A8E26
Tints of Lemon Ginger #9A8E26
RGB
CMYK
RGB Variations
Color information
#9A8E26 (or 0x9A8E26) is known color: Lemon Ginger. HEX triplet: 9A, 8E and 26. RGB value is (154,142,38). Sum of RGB (Red+Green+Blue) = 154+142+38=334 (44% of max value = 765). Red value is 154 (60.55% from 255 or 46.11% from 334); Green value is 142 (55.86% from 255 or 42.51% from 334); Blue value is 38 (15.23% from 255 or 11.38% from 334); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8E26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A8E26 is #6571D9. Grayscale: #868686. Windows color (decimal): -6648282 or 2526874. OLE color: 2526874.
HSL color Cylindrical-coordinate representation of color #9A8E26: hue angle of 53.79º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9A8E26 is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 142 | 38 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.40 |
| HSL | 53.79º | 0.6% | 0.38% | - |
| HSV(B) | 53.79º | 0.75% | 0.6% | - |
| XYZ | 23.35 | 26.36 | 5.69 | - |
| YUV | 133.73 | 73.98 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 142 | 38 | 0 | 0.08 | 0.75 | 0.40 | 53.79 | 0.6 | 0.38 |
| Hex | 9A | 8E | 26 | 0 | 8 | 4B | 28 | 36 | 3C | 26 |
| Octal | 232 | 216 | 46 | 0 | 10 | 113 | 50 | 66 | 74 | 46 |
| Binary | 10011010 | 10001110 | 100110 | 0 | 1000 | 1001011 | 101000 | 110110 | 111100 | 100110 |
Color Harmonies of #9A8E26
Complementary color
Monochromatic Colors of #9A8E26
Black with #9A8E26
Text Example
Text Example
White with #9A8E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8E26; }
p { color: rgb(154,142,38); }
H1.HeaderClassName
{
color: #9A8E26;
}
.AnyTagClassName
{
color: #9A8E26;
}
</style>
background-color css
<style>
a { background-color: #9A8E26; }
a { background-color: rgb(154,142,38); }
div.DivClassName
{
background-color: #9A8E26;
}
.BgClassName
{
background-color: #9A8E26;
}
</style>
border-color css
<style>
span { border-color: #9A8E26; }
span { border-color: rgb(154,142,38); }
td.TdClassName
{
border-color: #9A8E26;
}
.TagClassName
{
border-color: #9A8E26;
}
</style>