Shades of Lemon Ginger #8F8429
Tints of Lemon Ginger #8F8429
RGB
CMYK
RGB Variations
Color information
#8F8429 (or 0x8F8429) is known color: Lemon Ginger. HEX triplet: 8F, 84 and 29. RGB value is (143,132,41). Sum of RGB (Red+Green+Blue) = 143+132+41=316 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.25% from 316); Green value is 132 (51.95% from 255 or 41.77% from 316); Blue value is 41 (16.41% from 255 or 12.97% from 316); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8429 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F8429 is #707BD6. Grayscale: #7D7D7D. Windows color (decimal): -7371735 or 2720911. OLE color: 2720911.
HSL color Cylindrical-coordinate representation of color #8F8429: hue angle of 53.53º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8F8429 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 132 | 41 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.44 |
| HSL | 53.53º | 0.55% | 0.36% | - |
| HSV(B) | 53.53º | 0.71% | 0.56% | - |
| XYZ | 19.98 | 22.5 | 5.39 | - |
| YUV | 124.92 | 80.64 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 132 | 41 | 0 | 0.08 | 0.71 | 0.44 | 53.53 | 0.55 | 0.36 |
| Hex | 8F | 84 | 29 | 0 | 8 | 47 | 2C | 36 | 37 | 24 |
| Octal | 217 | 204 | 51 | 0 | 10 | 107 | 54 | 66 | 67 | 44 |
| Binary | 10001111 | 10000100 | 101001 | 0 | 1000 | 1000111 | 101100 | 110110 | 110111 | 100100 |
Color Harmonies of #8F8429
Complementary color
Monochromatic Colors of #8F8429
Black with #8F8429
Text Example
Text Example
White with #8F8429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8429; }
p { color: rgb(143,132,41); }
H1.HeaderClassName
{
color: #8F8429;
}
.AnyTagClassName
{
color: #8F8429;
}
</style>
background-color css
<style>
a { background-color: #8F8429; }
a { background-color: rgb(143,132,41); }
div.DivClassName
{
background-color: #8F8429;
}
.BgClassName
{
background-color: #8F8429;
}
</style>
border-color css
<style>
span { border-color: #8F8429; }
span { border-color: rgb(143,132,41); }
td.TdClassName
{
border-color: #8F8429;
}
.TagClassName
{
border-color: #8F8429;
}
</style>