Shades of Lemon Ginger #8D821B
Tints of Lemon Ginger #8D821B
RGB
CMYK
RGB Variations
Color information
#8D821B (or 0x8D821B) is known color: Lemon Ginger. HEX triplet: 8D, 82 and 1B. RGB value is (141,130,27). Sum of RGB (Red+Green+Blue) = 141+130+27=298 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.32% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 27 (10.94% from 255 or 9.06% from 298); Max value from RGB is 141 - color contains mainly: red. Hex color #8D821B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D821B is #727DE4. Grayscale: #797979. Windows color (decimal): -7503333 or 1802893. OLE color: 1802893.
HSL color Cylindrical-coordinate representation of color #8D821B: hue angle of 54.21º 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 #8D821B is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 130 | 27 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.45 |
| HSL | 54.21º | 0.68% | 0.33% | - |
| HSV(B) | 54.21º | 0.81% | 0.55% | - |
| XYZ | 19.16 | 21.71 | 4.22 | - |
| YUV | 121.55 | 74.64 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 130 | 27 | 0 | 0.08 | 0.81 | 0.45 | 54.21 | 0.68 | 0.33 |
| Hex | 8D | 82 | 1B | 0 | 8 | 51 | 2D | 36 | 44 | 21 |
| Octal | 215 | 202 | 33 | 0 | 10 | 121 | 55 | 66 | 104 | 41 |
| Binary | 10001101 | 10000010 | 11011 | 0 | 1000 | 1010001 | 101101 | 110110 | 1000100 | 100001 |
Color Harmonies of #8D821B
Complementary color
Monochromatic Colors of #8D821B
Black with #8D821B
Text Example
Text Example
White with #8D821B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D821B; }
p { color: rgb(141,130,27); }
H1.HeaderClassName
{
color: #8D821B;
}
.AnyTagClassName
{
color: #8D821B;
}
</style>
background-color css
<style>
a { background-color: #8D821B; }
a { background-color: rgb(141,130,27); }
div.DivClassName
{
background-color: #8D821B;
}
.BgClassName
{
background-color: #8D821B;
}
</style>
border-color css
<style>
span { border-color: #8D821B; }
span { border-color: rgb(141,130,27); }
td.TdClassName
{
border-color: #8D821B;
}
.TagClassName
{
border-color: #8D821B;
}
</style>