Shades of Lemon Ginger #8F8C20
Tints of Lemon Ginger #8F8C20
RGB
CMYK
RGB Variations
Color information
#8F8C20 (or 0x8F8C20) is known color: Lemon Ginger. HEX triplet: 8F, 8C and 20. RGB value is (143,140,32). Sum of RGB (Red+Green+Blue) = 143+140+32=315 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.40% from 315); Green value is 140 (55.08% from 255 or 44.44% from 315); Blue value is 32 (12.89% from 255 or 10.16% from 315); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8C20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F8C20 is #7073DF. Grayscale: #818181. Windows color (decimal): -7369696 or 2133135. OLE color: 2133135.
HSL color Cylindrical-coordinate representation of color #8F8C20: hue angle of 58.38º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F8C20 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 140 | 32 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.44 |
| HSL | 58.38º | 0.63% | 0.34% | - |
| HSV(B) | 58.38º | 0.78% | 0.56% | - |
| XYZ | 20.97 | 24.7 | 5.03 | - |
| YUV | 128.59 | 73.49 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 140 | 32 | 0 | 0.02 | 0.78 | 0.44 | 58.38 | 0.63 | 0.34 |
| Hex | 8F | 8C | 20 | 0 | 2 | 4E | 2C | 3A | 3F | 22 |
| Octal | 217 | 214 | 40 | 0 | 2 | 116 | 54 | 72 | 77 | 42 |
| Binary | 10001111 | 10001100 | 100000 | 0 | 10 | 1001110 | 101100 | 111010 | 111111 | 100010 |
Color Harmonies of #8F8C20
Complementary color
Monochromatic Colors of #8F8C20
Black with #8F8C20
Text Example
Text Example
White with #8F8C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8C20; }
p { color: rgb(143,140,32); }
H1.HeaderClassName
{
color: #8F8C20;
}
.AnyTagClassName
{
color: #8F8C20;
}
</style>
background-color css
<style>
a { background-color: #8F8C20; }
a { background-color: rgb(143,140,32); }
div.DivClassName
{
background-color: #8F8C20;
}
.BgClassName
{
background-color: #8F8C20;
}
</style>
border-color css
<style>
span { border-color: #8F8C20; }
span { border-color: rgb(143,140,32); }
td.TdClassName
{
border-color: #8F8C20;
}
.TagClassName
{
border-color: #8F8C20;
}
</style>