Shades of Lemon Ginger #9A9229
Tints of Lemon Ginger #9A9229
RGB
CMYK
RGB Variations
Color information
#9A9229 (or 0x9A9229) is known color: Lemon Ginger. HEX triplet: 9A, 92 and 29. RGB value is (154,146,41). Sum of RGB (Red+Green+Blue) = 154+146+41=341 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.16% from 341); Green value is 146 (57.42% from 255 or 42.82% from 341); Blue value is 41 (16.41% from 255 or 12.02% from 341); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9229 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A9229 is #656DD6. Grayscale: #888888. Windows color (decimal): -6647255 or 2724506. OLE color: 2724506.
HSL color Cylindrical-coordinate representation of color #9A9229: hue angle of 55.75º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9A9229 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 146 | 41 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.40 |
| HSL | 55.75º | 0.58% | 0.38% | - |
| HSV(B) | 55.75º | 0.73% | 0.6% | - |
| XYZ | 24.01 | 27.59 | 6.16 | - |
| YUV | 136.42 | 74.15 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 146 | 41 | 0 | 0.05 | 0.73 | 0.40 | 55.75 | 0.58 | 0.38 |
| Hex | 9A | 92 | 29 | 0 | 5 | 49 | 28 | 38 | 3A | 26 |
| Octal | 232 | 222 | 51 | 0 | 5 | 111 | 50 | 70 | 72 | 46 |
| Binary | 10011010 | 10010010 | 101001 | 0 | 101 | 1001001 | 101000 | 111000 | 111010 | 100110 |
Color Harmonies of #9A9229
Complementary color
Monochromatic Colors of #9A9229
Black with #9A9229
Text Example
Text Example
White with #9A9229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9229; }
p { color: rgb(154,146,41); }
H1.HeaderClassName
{
color: #9A9229;
}
.AnyTagClassName
{
color: #9A9229;
}
</style>
background-color css
<style>
a { background-color: #9A9229; }
a { background-color: rgb(154,146,41); }
div.DivClassName
{
background-color: #9A9229;
}
.BgClassName
{
background-color: #9A9229;
}
</style>
border-color css
<style>
span { border-color: #9A9229; }
span { border-color: rgb(154,146,41); }
td.TdClassName
{
border-color: #9A9229;
}
.TagClassName
{
border-color: #9A9229;
}
</style>