Shades of Lemon Ginger #9A872A
Tints of Lemon Ginger #9A872A
RGB
CMYK
RGB Variations
Color information
#9A872A (or 0x9A872A) is known color: Lemon Ginger. HEX triplet: 9A, 87 and 2A. RGB value is (154,135,42). Sum of RGB (Red+Green+Blue) = 154+135+42=331 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.53% from 331); Green value is 135 (53.12% from 255 or 40.79% from 331); Blue value is 42 (16.80% from 255 or 12.69% from 331); Max value from RGB is 154 - color contains mainly: red. Hex color #9A872A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A872A is #6578D5. Grayscale: #828282. Windows color (decimal): -6650070 or 2787226. OLE color: 2787226.
HSL color Cylindrical-coordinate representation of color #9A872A: hue angle of 49.82º 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 #9A872A is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 135 | 42 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.40 |
| HSL | 49.82º | 0.57% | 0.38% | - |
| HSV(B) | 49.82º | 0.73% | 0.6% | - |
| XYZ | 22.41 | 24.37 | 5.71 | - |
| YUV | 130.08 | 78.29 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 135 | 42 | 0 | 0.12 | 0.73 | 0.40 | 49.82 | 0.57 | 0.38 |
| Hex | 9A | 87 | 2A | 0 | C | 49 | 28 | 32 | 39 | 26 |
| Octal | 232 | 207 | 52 | 0 | 14 | 111 | 50 | 62 | 71 | 46 |
| Binary | 10011010 | 10000111 | 101010 | 0 | 1100 | 1001001 | 101000 | 110010 | 111001 | 100110 |
Color Harmonies of #9A872A
Complementary color
Monochromatic Colors of #9A872A
Black with #9A872A
Text Example
Text Example
White with #9A872A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A872A; }
p { color: rgb(154,135,42); }
H1.HeaderClassName
{
color: #9A872A;
}
.AnyTagClassName
{
color: #9A872A;
}
</style>
background-color css
<style>
a { background-color: #9A872A; }
a { background-color: rgb(154,135,42); }
div.DivClassName
{
background-color: #9A872A;
}
.BgClassName
{
background-color: #9A872A;
}
</style>
border-color css
<style>
span { border-color: #9A872A; }
span { border-color: rgb(154,135,42); }
td.TdClassName
{
border-color: #9A872A;
}
.TagClassName
{
border-color: #9A872A;
}
</style>