Shades of Lemon Ginger #8D801A
Tints of Lemon Ginger #8D801A
RGB
CMYK
RGB Variations
Color information
#8D801A (or 0x8D801A) is known color: Lemon Ginger. HEX triplet: 8D, 80 and 1A. RGB value is (141,128,26). Sum of RGB (Red+Green+Blue) = 141+128+26=295 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.80% from 295); Green value is 128 (50.39% from 255 or 43.39% from 295); Blue value is 26 (10.55% from 255 or 8.81% from 295); Max value from RGB is 141 - color contains mainly: red. Hex color #8D801A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D801A is #727FE5. Grayscale: #787878. Windows color (decimal): -7503846 or 1736845. OLE color: 1736845.
HSL color Cylindrical-coordinate representation of color #8D801A: hue angle of 53.22º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D801A is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 128 | 26 | - |
| CMYK | 0 | 0.09 | 0.82 | 0.45 |
| HSL | 53.22º | 0.69% | 0.33% | - |
| HSV(B) | 53.22º | 0.82% | 0.55% | - |
| XYZ | 18.89 | 21.18 | 4.07 | - |
| YUV | 120.26 | 74.81 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 128 | 26 | 0 | 0.09 | 0.82 | 0.45 | 53.22 | 0.69 | 0.33 |
| Hex | 8D | 80 | 1A | 0 | 9 | 52 | 2D | 35 | 45 | 21 |
| Octal | 215 | 200 | 32 | 0 | 11 | 122 | 55 | 65 | 105 | 41 |
| Binary | 10001101 | 10000000 | 11010 | 0 | 1001 | 1010010 | 101101 | 110101 | 1000101 | 100001 |
Color Harmonies of #8D801A
Complementary color
Monochromatic Colors of #8D801A
Black with #8D801A
Text Example
Text Example
White with #8D801A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D801A; }
p { color: rgb(141,128,26); }
H1.HeaderClassName
{
color: #8D801A;
}
.AnyTagClassName
{
color: #8D801A;
}
</style>
background-color css
<style>
a { background-color: #8D801A; }
a { background-color: rgb(141,128,26); }
div.DivClassName
{
background-color: #8D801A;
}
.BgClassName
{
background-color: #8D801A;
}
</style>
border-color css
<style>
span { border-color: #8D801A; }
span { border-color: rgb(141,128,26); }
td.TdClassName
{
border-color: #8D801A;
}
.TagClassName
{
border-color: #8D801A;
}
</style>