Shades of Lemon Ginger #9A832A
Tints of Lemon Ginger #9A832A
RGB
CMYK
RGB Variations
Color information
#9A832A (or 0x9A832A) is known color: Lemon Ginger. HEX triplet: 9A, 83 and 2A. RGB value is (154,131,42). Sum of RGB (Red+Green+Blue) = 154+131+42=327 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.09% from 327); Green value is 131 (51.56% from 255 or 40.06% from 327); Blue value is 42 (16.80% from 255 or 12.84% from 327); Max value from RGB is 154 - color contains mainly: red. Hex color #9A832A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A832A is #657CD5. Grayscale: #808080. Windows color (decimal): -6651094 or 2786202. OLE color: 2786202.
HSL color Cylindrical-coordinate representation of color #9A832A: hue angle of 47.68º 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 #9A832A is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 131 | 42 | - |
| CMYK | 0 | 0.15 | 0.73 | 0.40 |
| HSL | 47.68º | 0.57% | 0.38% | - |
| HSV(B) | 47.68º | 0.73% | 0.6% | - |
| XYZ | 21.86 | 23.27 | 5.53 | - |
| YUV | 127.73 | 79.62 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 131 | 42 | 0 | 0.15 | 0.73 | 0.40 | 47.68 | 0.57 | 0.38 |
| Hex | 9A | 83 | 2A | 0 | F | 49 | 28 | 30 | 39 | 26 |
| Octal | 232 | 203 | 52 | 0 | 17 | 111 | 50 | 60 | 71 | 46 |
| Binary | 10011010 | 10000011 | 101010 | 0 | 1111 | 1001001 | 101000 | 110000 | 111001 | 100110 |
Color Harmonies of #9A832A
Complementary color
Monochromatic Colors of #9A832A
Black with #9A832A
Text Example
Text Example
White with #9A832A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A832A; }
p { color: rgb(154,131,42); }
H1.HeaderClassName
{
color: #9A832A;
}
.AnyTagClassName
{
color: #9A832A;
}
</style>
background-color css
<style>
a { background-color: #9A832A; }
a { background-color: rgb(154,131,42); }
div.DivClassName
{
background-color: #9A832A;
}
.BgClassName
{
background-color: #9A832A;
}
</style>
border-color css
<style>
span { border-color: #9A832A; }
span { border-color: rgb(154,131,42); }
td.TdClassName
{
border-color: #9A832A;
}
.TagClassName
{
border-color: #9A832A;
}
</style>