Shades of Lemon Ginger #9A8139
Tints of Lemon Ginger #9A8139
RGB
CMYK
RGB Variations
Color information
#9A8139 (or 0x9A8139) is known color: Lemon Ginger. HEX triplet: 9A, 81 and 39. RGB value is (154,129,57). Sum of RGB (Red+Green+Blue) = 154+129+57=340 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.29% from 340); Green value is 129 (50.78% from 255 or 37.94% from 340); Blue value is 57 (22.66% from 255 or 16.76% from 340); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8139 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A8139 is #657EC6. Grayscale: #808080. Windows color (decimal): -6651591 or 3768730. OLE color: 3768730.
HSL color Cylindrical-coordinate representation of color #9A8139: hue angle of 44.54º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9A8139 is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 129 | 57 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.40 |
| HSL | 44.54º | 0.46% | 0.41% | - |
| HSV(B) | 44.54º | 0.63% | 0.6% | - |
| XYZ | 21.92 | 22.87 | 7.13 | - |
| YUV | 128.27 | 87.78 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 129 | 57 | 0 | 0.16 | 0.63 | 0.40 | 44.54 | 0.46 | 0.41 |
| Hex | 9A | 81 | 39 | 0 | 10 | 3F | 28 | 2D | 2E | 29 |
| Octal | 232 | 201 | 71 | 0 | 20 | 77 | 50 | 55 | 56 | 51 |
| Binary | 10011010 | 10000001 | 111001 | 0 | 10000 | 111111 | 101000 | 101101 | 101110 | 101001 |
Color Harmonies of #9A8139
Complementary color
Monochromatic Colors of #9A8139
Black with #9A8139
Text Example
Text Example
White with #9A8139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8139; }
p { color: rgb(154,129,57); }
H1.HeaderClassName
{
color: #9A8139;
}
.AnyTagClassName
{
color: #9A8139;
}
</style>
background-color css
<style>
a { background-color: #9A8139; }
a { background-color: rgb(154,129,57); }
div.DivClassName
{
background-color: #9A8139;
}
.BgClassName
{
background-color: #9A8139;
}
</style>
border-color css
<style>
span { border-color: #9A8139; }
span { border-color: rgb(154,129,57); }
td.TdClassName
{
border-color: #9A8139;
}
.TagClassName
{
border-color: #9A8139;
}
</style>