Shades of Lemon Ginger #8E821B
Tints of Lemon Ginger #8E821B
RGB
CMYK
RGB Variations
Color information
#8E821B (or 0x8E821B) is known color: Lemon Ginger. HEX triplet: 8E, 82 and 1B. RGB value is (142,130,27). Sum of RGB (Red+Green+Blue) = 142+130+27=299 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.49% from 299); Green value is 130 (51.17% from 255 or 43.48% from 299); Blue value is 27 (10.94% from 255 or 9.03% from 299); Max value from RGB is 142 - color contains mainly: red. Hex color #8E821B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E821B is #717DE4. Grayscale: #7A7A7A. Windows color (decimal): -7437797 or 1802894. OLE color: 1802894.
HSL color Cylindrical-coordinate representation of color #8E821B: hue angle of 53.74º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8E821B is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 130 | 27 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.44 |
| HSL | 53.74º | 0.68% | 0.33% | - |
| HSV(B) | 53.74º | 0.81% | 0.56% | - |
| XYZ | 19.34 | 21.8 | 4.22 | - |
| YUV | 121.85 | 74.48 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 130 | 27 | 0 | 0.08 | 0.81 | 0.44 | 53.74 | 0.68 | 0.33 |
| Hex | 8E | 82 | 1B | 0 | 8 | 51 | 2C | 36 | 44 | 21 |
| Octal | 216 | 202 | 33 | 0 | 10 | 121 | 54 | 66 | 104 | 41 |
| Binary | 10001110 | 10000010 | 11011 | 0 | 1000 | 1010001 | 101100 | 110110 | 1000100 | 100001 |
Color Harmonies of #8E821B
Complementary color
Monochromatic Colors of #8E821B
Black with #8E821B
Text Example
Text Example
White with #8E821B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E821B; }
p { color: rgb(142,130,27); }
H1.HeaderClassName
{
color: #8E821B;
}
.AnyTagClassName
{
color: #8E821B;
}
</style>
background-color css
<style>
a { background-color: #8E821B; }
a { background-color: rgb(142,130,27); }
div.DivClassName
{
background-color: #8E821B;
}
.BgClassName
{
background-color: #8E821B;
}
</style>
border-color css
<style>
span { border-color: #8E821B; }
span { border-color: rgb(142,130,27); }
td.TdClassName
{
border-color: #8E821B;
}
.TagClassName
{
border-color: #8E821B;
}
</style>