Shades of Lemon Ginger #9A8D16
Tints of Lemon Ginger #9A8D16
RGB
CMYK
RGB Variations
Color information
#9A8D16 (or 0x9A8D16) is known color: Lemon Ginger. HEX triplet: 9A, 8D and 16. RGB value is (154,141,22). Sum of RGB (Red+Green+Blue) = 154+141+22=317 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.58% from 317); Green value is 141 (55.47% from 255 or 44.48% from 317); Blue value is 22 (8.98% from 255 or 6.94% from 317); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8D16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A8D16 is #6572E9. Grayscale: #838383. Windows color (decimal): -6648554 or 1478042. OLE color: 1478042.
HSL color Cylindrical-coordinate representation of color #9A8D16: hue angle of 54.09º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9A8D16 is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 141 | 22 | - |
| CMYK | 0 | 0.08 | 0.86 | 0.40 |
| HSL | 54.09º | 0.75% | 0.35% | - |
| HSV(B) | 54.09º | 0.86% | 0.6% | - |
| XYZ | 23 | 25.98 | 4.56 | - |
| YUV | 131.32 | 66.31 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 141 | 22 | 0 | 0.08 | 0.86 | 0.40 | 54.09 | 0.75 | 0.35 |
| Hex | 9A | 8D | 16 | 0 | 8 | 56 | 28 | 36 | 4B | 23 |
| Octal | 232 | 215 | 26 | 0 | 10 | 126 | 50 | 66 | 113 | 43 |
| Binary | 10011010 | 10001101 | 10110 | 0 | 1000 | 1010110 | 101000 | 110110 | 1001011 | 100011 |
Color Harmonies of #9A8D16
Complementary color
Monochromatic Colors of #9A8D16
Black with #9A8D16
Text Example
Text Example
White with #9A8D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8D16; }
p { color: rgb(154,141,22); }
H1.HeaderClassName
{
color: #9A8D16;
}
.AnyTagClassName
{
color: #9A8D16;
}
</style>
background-color css
<style>
a { background-color: #9A8D16; }
a { background-color: rgb(154,141,22); }
div.DivClassName
{
background-color: #9A8D16;
}
.BgClassName
{
background-color: #9A8D16;
}
</style>
border-color css
<style>
span { border-color: #9A8D16; }
span { border-color: rgb(154,141,22); }
td.TdClassName
{
border-color: #9A8D16;
}
.TagClassName
{
border-color: #9A8D16;
}
</style>