Shades of Lemon Ginger #8F821A
Tints of Lemon Ginger #8F821A
RGB
CMYK
RGB Variations
Color information
#8F821A (or 0x8F821A) is known color: Lemon Ginger. HEX triplet: 8F, 82 and 1A. RGB value is (143,130,26). Sum of RGB (Red+Green+Blue) = 143+130+26=299 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.83% from 299); Green value is 130 (51.17% from 255 or 43.48% from 299); Blue value is 26 (10.55% from 255 or 8.70% from 299); Max value from RGB is 143 - color contains mainly: red. Hex color #8F821A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F821A is #707DE5. Grayscale: #7A7A7A. Windows color (decimal): -7372262 or 1737359. OLE color: 1737359.
HSL color Cylindrical-coordinate representation of color #8F821A: hue angle of 53.33º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8F821A is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 130 | 26 | - |
| CMYK | 0 | 0.09 | 0.82 | 0.44 |
| HSL | 53.33º | 0.69% | 0.33% | - |
| HSV(B) | 53.33º | 0.82% | 0.56% | - |
| XYZ | 19.5 | 21.88 | 4.17 | - |
| YUV | 122.03 | 73.81 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 130 | 26 | 0 | 0.09 | 0.82 | 0.44 | 53.33 | 0.69 | 0.33 |
| Hex | 8F | 82 | 1A | 0 | 9 | 52 | 2C | 35 | 45 | 21 |
| Octal | 217 | 202 | 32 | 0 | 11 | 122 | 54 | 65 | 105 | 41 |
| Binary | 10001111 | 10000010 | 11010 | 0 | 1001 | 1010010 | 101100 | 110101 | 1000101 | 100001 |
Color Harmonies of #8F821A
Complementary color
Monochromatic Colors of #8F821A
Black with #8F821A
Text Example
Text Example
White with #8F821A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F821A; }
p { color: rgb(143,130,26); }
H1.HeaderClassName
{
color: #8F821A;
}
.AnyTagClassName
{
color: #8F821A;
}
</style>
background-color css
<style>
a { background-color: #8F821A; }
a { background-color: rgb(143,130,26); }
div.DivClassName
{
background-color: #8F821A;
}
.BgClassName
{
background-color: #8F821A;
}
</style>
border-color css
<style>
span { border-color: #8F821A; }
span { border-color: rgb(143,130,26); }
td.TdClassName
{
border-color: #8F821A;
}
.TagClassName
{
border-color: #8F821A;
}
</style>