Shades of Lemon Ginger #9A8F1D
Tints of Lemon Ginger #9A8F1D
RGB
CMYK
RGB Variations
Color information
#9A8F1D (or 0x9A8F1D) is known color: Lemon Ginger. HEX triplet: 9A, 8F and 1D. RGB value is (154,143,29). Sum of RGB (Red+Green+Blue) = 154+143+29=326 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.24% from 326); Green value is 143 (56.25% from 255 or 43.87% from 326); Blue value is 29 (11.72% from 255 or 8.90% from 326); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8F1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A8F1D is #6570E2. Grayscale: #858585. Windows color (decimal): -6648035 or 1937306. OLE color: 1937306.
HSL color Cylindrical-coordinate representation of color #9A8F1D: hue angle of 54.72º 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 #9A8F1D is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 143 | 29 | - |
| CMYK | 0 | 0.07 | 0.81 | 0.40 |
| HSL | 54.72º | 0.68% | 0.36% | - |
| HSV(B) | 54.72º | 0.81% | 0.6% | - |
| XYZ | 23.37 | 26.6 | 5.07 | - |
| YUV | 133.29 | 69.14 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 143 | 29 | 0 | 0.07 | 0.81 | 0.40 | 54.72 | 0.68 | 0.36 |
| Hex | 9A | 8F | 1D | 0 | 7 | 51 | 28 | 37 | 44 | 24 |
| Octal | 232 | 217 | 35 | 0 | 7 | 121 | 50 | 67 | 104 | 44 |
| Binary | 10011010 | 10001111 | 11101 | 0 | 111 | 1010001 | 101000 | 110111 | 1000100 | 100100 |
Color Harmonies of #9A8F1D
Complementary color
Monochromatic Colors of #9A8F1D
Black with #9A8F1D
Text Example
Text Example
White with #9A8F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8F1D; }
p { color: rgb(154,143,29); }
H1.HeaderClassName
{
color: #9A8F1D;
}
.AnyTagClassName
{
color: #9A8F1D;
}
</style>
background-color css
<style>
a { background-color: #9A8F1D; }
a { background-color: rgb(154,143,29); }
div.DivClassName
{
background-color: #9A8F1D;
}
.BgClassName
{
background-color: #9A8F1D;
}
</style>
border-color css
<style>
span { border-color: #9A8F1D; }
span { border-color: rgb(154,143,29); }
td.TdClassName
{
border-color: #9A8F1D;
}
.TagClassName
{
border-color: #9A8F1D;
}
</style>