Shades of Lemon Ginger #9A942A
Tints of Lemon Ginger #9A942A
RGB
CMYK
RGB Variations
Color information
#9A942A (or 0x9A942A) is known color: Lemon Ginger. HEX triplet: 9A, 94 and 2A. RGB value is (154,148,42). Sum of RGB (Red+Green+Blue) = 154+148+42=344 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.77% from 344); Green value is 148 (58.20% from 255 or 43.02% from 344); Blue value is 42 (16.80% from 255 or 12.21% from 344); Max value from RGB is 154 - color contains mainly: red. Hex color #9A942A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A942A is #656BD5. Grayscale: #8A8A8A. Windows color (decimal): -6646742 or 2790554. OLE color: 2790554.
HSL color Cylindrical-coordinate representation of color #9A942A: hue angle of 56.79º 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 #9A942A is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 148 | 42 | - |
| CMYK | 0 | 0.04 | 0.73 | 0.40 |
| HSL | 56.79º | 0.57% | 0.38% | - |
| HSV(B) | 56.79º | 0.73% | 0.6% | - |
| XYZ | 24.33 | 28.22 | 6.35 | - |
| YUV | 137.71 | 73.99 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 148 | 42 | 0 | 0.04 | 0.73 | 0.40 | 56.79 | 0.57 | 0.38 |
| Hex | 9A | 94 | 2A | 0 | 4 | 49 | 28 | 39 | 39 | 26 |
| Octal | 232 | 224 | 52 | 0 | 4 | 111 | 50 | 71 | 71 | 46 |
| Binary | 10011010 | 10010100 | 101010 | 0 | 100 | 1001001 | 101000 | 111001 | 111001 | 100110 |
Color Harmonies of #9A942A
Complementary color
Monochromatic Colors of #9A942A
Black with #9A942A
Text Example
Text Example
White with #9A942A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A942A; }
p { color: rgb(154,148,42); }
H1.HeaderClassName
{
color: #9A942A;
}
.AnyTagClassName
{
color: #9A942A;
}
</style>
background-color css
<style>
a { background-color: #9A942A; }
a { background-color: rgb(154,148,42); }
div.DivClassName
{
background-color: #9A942A;
}
.BgClassName
{
background-color: #9A942A;
}
</style>
border-color css
<style>
span { border-color: #9A942A; }
span { border-color: rgb(154,148,42); }
td.TdClassName
{
border-color: #9A942A;
}
.TagClassName
{
border-color: #9A942A;
}
</style>