Shades of Lemon Ginger #8F8028
Tints of Lemon Ginger #8F8028
RGB
CMYK
RGB Variations
Color information
#8F8028 (or 0x8F8028) is known color: Lemon Ginger. HEX triplet: 8F, 80 and 28. RGB value is (143,128,40). Sum of RGB (Red+Green+Blue) = 143+128+40=311 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.98% from 311); Green value is 128 (50.39% from 255 or 41.16% from 311); Blue value is 40 (16.02% from 255 or 12.86% from 311); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8028 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F8028 is #707FD7. Grayscale: #7A7A7A. Windows color (decimal): -7372760 or 2654351. OLE color: 2654351.
HSL color Cylindrical-coordinate representation of color #8F8028: hue angle of 51.26º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8F8028 is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 128 | 40 | - |
| CMYK | 0 | 0.10 | 0.72 | 0.44 |
| HSL | 51.26º | 0.56% | 0.36% | - |
| HSV(B) | 51.26º | 0.72% | 0.56% | - |
| XYZ | 19.43 | 21.43 | 5.12 | - |
| YUV | 122.45 | 81.47 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 128 | 40 | 0 | 0.10 | 0.72 | 0.44 | 51.26 | 0.56 | 0.36 |
| Hex | 8F | 80 | 28 | 0 | A | 48 | 2C | 33 | 38 | 24 |
| Octal | 217 | 200 | 50 | 0 | 12 | 110 | 54 | 63 | 70 | 44 |
| Binary | 10001111 | 10000000 | 101000 | 0 | 1010 | 1001000 | 101100 | 110011 | 111000 | 100100 |
Color Harmonies of #8F8028
Complementary color
Monochromatic Colors of #8F8028
Black with #8F8028
Text Example
Text Example
White with #8F8028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8028; }
p { color: rgb(143,128,40); }
H1.HeaderClassName
{
color: #8F8028;
}
.AnyTagClassName
{
color: #8F8028;
}
</style>
background-color css
<style>
a { background-color: #8F8028; }
a { background-color: rgb(143,128,40); }
div.DivClassName
{
background-color: #8F8028;
}
.BgClassName
{
background-color: #8F8028;
}
</style>
border-color css
<style>
span { border-color: #8F8028; }
span { border-color: rgb(143,128,40); }
td.TdClassName
{
border-color: #8F8028;
}
.TagClassName
{
border-color: #8F8028;
}
</style>