Shades of Lemon Ginger #9A922A
Tints of Lemon Ginger #9A922A
RGB
CMYK
RGB Variations
Color information
#9A922A (or 0x9A922A) is known color: Lemon Ginger. HEX triplet: 9A, 92 and 2A. RGB value is (154,146,42). Sum of RGB (Red+Green+Blue) = 154+146+42=342 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.03% from 342); Green value is 146 (57.42% from 255 or 42.69% from 342); Blue value is 42 (16.80% from 255 or 12.28% from 342); Max value from RGB is 154 - color contains mainly: red. Hex color #9A922A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A922A is #656DD5. Grayscale: #888888. Windows color (decimal): -6647254 or 2790042. OLE color: 2790042.
HSL color Cylindrical-coordinate representation of color #9A922A: hue angle of 55.71º degrees, saturation: 0.57, 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 #9A922A is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 146 | 42 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.40 |
| HSL | 55.71º | 0.57% | 0.38% | - |
| HSV(B) | 55.71º | 0.73% | 0.6% | - |
| XYZ | 24.02 | 27.59 | 6.25 | - |
| YUV | 136.54 | 74.65 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 146 | 42 | 0 | 0.05 | 0.73 | 0.40 | 55.71 | 0.57 | 0.38 |
| Hex | 9A | 92 | 2A | 0 | 5 | 49 | 28 | 38 | 39 | 26 |
| Octal | 232 | 222 | 52 | 0 | 5 | 111 | 50 | 70 | 71 | 46 |
| Binary | 10011010 | 10010010 | 101010 | 0 | 101 | 1001001 | 101000 | 111000 | 111001 | 100110 |
Color Harmonies of #9A922A
Complementary color
Monochromatic Colors of #9A922A
Black with #9A922A
Text Example
Text Example
White with #9A922A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A922A; }
p { color: rgb(154,146,42); }
H1.HeaderClassName
{
color: #9A922A;
}
.AnyTagClassName
{
color: #9A922A;
}
</style>
background-color css
<style>
a { background-color: #9A922A; }
a { background-color: rgb(154,146,42); }
div.DivClassName
{
background-color: #9A922A;
}
.BgClassName
{
background-color: #9A922A;
}
</style>
border-color css
<style>
span { border-color: #9A922A; }
span { border-color: rgb(154,146,42); }
td.TdClassName
{
border-color: #9A922A;
}
.TagClassName
{
border-color: #9A922A;
}
</style>