Shades of Lemon Ginger #9A871D
Tints of Lemon Ginger #9A871D
RGB
CMYK
RGB Variations
Color information
#9A871D (or 0x9A871D) is known color: Lemon Ginger. HEX triplet: 9A, 87 and 1D. RGB value is (154,135,29). Sum of RGB (Red+Green+Blue) = 154+135+29=318 (42% of max value = 765). Red value is 154 (60.55% from 255 or 48.43% from 318); Green value is 135 (53.12% from 255 or 42.45% from 318); Blue value is 29 (11.72% from 255 or 9.12% from 318); Max value from RGB is 154 - color contains mainly: red. Hex color #9A871D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A871D is #6578E2. Grayscale: #818181. Windows color (decimal): -6650083 or 1935258. OLE color: 1935258.
HSL color Cylindrical-coordinate representation of color #9A871D: hue angle of 50.88º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9A871D is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 135 | 29 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.40 |
| HSL | 50.88º | 0.68% | 0.36% | - |
| HSV(B) | 50.88º | 0.81% | 0.6% | - |
| XYZ | 22.21 | 24.29 | 4.68 | - |
| YUV | 128.6 | 71.79 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 135 | 29 | 0 | 0.12 | 0.81 | 0.40 | 50.88 | 0.68 | 0.36 |
| Hex | 9A | 87 | 1D | 0 | C | 51 | 28 | 33 | 44 | 24 |
| Octal | 232 | 207 | 35 | 0 | 14 | 121 | 50 | 63 | 104 | 44 |
| Binary | 10011010 | 10000111 | 11101 | 0 | 1100 | 1010001 | 101000 | 110011 | 1000100 | 100100 |
Color Harmonies of #9A871D
Complementary color
Monochromatic Colors of #9A871D
Black with #9A871D
Text Example
Text Example
White with #9A871D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A871D; }
p { color: rgb(154,135,29); }
H1.HeaderClassName
{
color: #9A871D;
}
.AnyTagClassName
{
color: #9A871D;
}
</style>
background-color css
<style>
a { background-color: #9A871D; }
a { background-color: rgb(154,135,29); }
div.DivClassName
{
background-color: #9A871D;
}
.BgClassName
{
background-color: #9A871D;
}
</style>
border-color css
<style>
span { border-color: #9A871D; }
span { border-color: rgb(154,135,29); }
td.TdClassName
{
border-color: #9A871D;
}
.TagClassName
{
border-color: #9A871D;
}
</style>