Shades of Lemon Ginger #8D802F
Tints of Lemon Ginger #8D802F
RGB
CMYK
RGB Variations
Color information
#8D802F (or 0x8D802F) is known color: Lemon Ginger. HEX triplet: 8D, 80 and 2F. RGB value is (141,128,47). Sum of RGB (Red+Green+Blue) = 141+128+47=316 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.62% from 316); Green value is 128 (50.39% from 255 or 40.51% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 141 - color contains mainly: red. Hex color #8D802F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D802F is #727FD0. Grayscale: #7A7A7A. Windows color (decimal): -7503825 or 3113101. OLE color: 3113101.
HSL color Cylindrical-coordinate representation of color #8D802F: hue angle of 51.7º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D802F is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 128 | 47 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.45 |
| HSL | 51.7º | 0.5% | 0.37% | - |
| HSV(B) | 51.7º | 0.67% | 0.55% | - |
| XYZ | 19.22 | 21.31 | 5.79 | - |
| YUV | 122.65 | 85.31 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 128 | 47 | 0 | 0.09 | 0.67 | 0.45 | 51.7 | 0.5 | 0.37 |
| Hex | 8D | 80 | 2F | 0 | 9 | 43 | 2D | 34 | 32 | 25 |
| Octal | 215 | 200 | 57 | 0 | 11 | 103 | 55 | 64 | 62 | 45 |
| Binary | 10001101 | 10000000 | 101111 | 0 | 1001 | 1000011 | 101101 | 110100 | 110010 | 100101 |
Color Harmonies of #8D802F
Complementary color
Monochromatic Colors of #8D802F
Black with #8D802F
Text Example
Text Example
White with #8D802F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D802F; }
p { color: rgb(141,128,47); }
H1.HeaderClassName
{
color: #8D802F;
}
.AnyTagClassName
{
color: #8D802F;
}
</style>
background-color css
<style>
a { background-color: #8D802F; }
a { background-color: rgb(141,128,47); }
div.DivClassName
{
background-color: #8D802F;
}
.BgClassName
{
background-color: #8D802F;
}
</style>
border-color css
<style>
span { border-color: #8D802F; }
span { border-color: rgb(141,128,47); }
td.TdClassName
{
border-color: #8D802F;
}
.TagClassName
{
border-color: #8D802F;
}
</style>