Shades of Lemon Ginger #8D801B
Tints of Lemon Ginger #8D801B
RGB
CMYK
RGB Variations
Color information
#8D801B (or 0x8D801B) is known color: Lemon Ginger. HEX triplet: 8D, 80 and 1B. RGB value is (141,128,27). Sum of RGB (Red+Green+Blue) = 141+128+27=296 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.64% from 296); Green value is 128 (50.39% from 255 or 43.24% from 296); Blue value is 27 (10.94% from 255 or 9.12% from 296); Max value from RGB is 141 - color contains mainly: red. Hex color #8D801B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D801B is #727FE4. Grayscale: #787878. Windows color (decimal): -7503845 or 1802381. OLE color: 1802381.
HSL color Cylindrical-coordinate representation of color #8D801B: hue angle of 53.16º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8D801B is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
RGB | 141 | 128 | 27 | - |
CMYK | 0 | 0.09 | 0.81 | 0.45 |
HSL | 53.16º | 0.68% | 0.33% | - |
HSV(B) | 53.16º | 0.81% | 0.55% | - |
XYZ | 18.9 | 21.18 | 4.13 | - |
YUV | 120.37 | 75.31 | 142.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 141 | 128 | 27 | 0 | 0.09 | 0.81 | 0.45 | 53.16 | 0.68 | 0.33 |
Hex | 8D | 80 | 1B | 0 | 9 | 51 | 2D | 35 | 44 | 21 |
Octal | 215 | 200 | 33 | 0 | 11 | 121 | 55 | 65 | 104 | 41 |
Binary | 10001101 | 10000000 | 11011 | 0 | 1001 | 1010001 | 101101 | 110101 | 1000100 | 100001 |
Color Harmonies of #8D801B
Complementary color
Monochromatic Colors of #8D801B
Black with #8D801B
Text Example
Text Example
White with #8D801B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D801B; }
p { color: rgb(141,128,27); }
H1.HeaderClassName
{
color: #8D801B;
}
.AnyTagClassName
{
color: #8D801B;
}
</style>
background-color css
<style>
a { background-color: #8D801B; }
a { background-color: rgb(141,128,27); }
div.DivClassName
{
background-color: #8D801B;
}
.BgClassName
{
background-color: #8D801B;
}
</style>
border-color css
<style>
span { border-color: #8D801B; }
span { border-color: rgb(141,128,27); }
td.TdClassName
{
border-color: #8D801B;
}
.TagClassName
{
border-color: #8D801B;
}
</style>