Shades of Lemon Ginger #8D8928
Tints of Lemon Ginger #8D8928
RGB
CMYK
RGB Variations
Color information
#8D8928 (or 0x8D8928) is known color: Lemon Ginger. HEX triplet: 8D, 89 and 28. RGB value is (141,137,40). Sum of RGB (Red+Green+Blue) = 141+137+40=318 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.34% from 318); Green value is 137 (53.91% from 255 or 43.08% from 318); Blue value is 40 (16.02% from 255 or 12.58% from 318); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8928 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D8928 is #7276D7. Grayscale: #7F7F7F. Windows color (decimal): -7501528 or 2656653. OLE color: 2656653.
HSL color Cylindrical-coordinate representation of color #8D8928: hue angle of 57.62º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D8928 is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 137 | 40 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.45 |
| HSL | 57.62º | 0.56% | 0.35% | - |
| HSV(B) | 57.62º | 0.72% | 0.55% | - |
| XYZ | 20.31 | 23.71 | 5.51 | - |
| YUV | 127.14 | 78.83 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 137 | 40 | 0 | 0.03 | 0.72 | 0.45 | 57.62 | 0.56 | 0.35 |
| Hex | 8D | 89 | 28 | 0 | 3 | 48 | 2D | 3A | 38 | 23 |
| Octal | 215 | 211 | 50 | 0 | 3 | 110 | 55 | 72 | 70 | 43 |
| Binary | 10001101 | 10001001 | 101000 | 0 | 11 | 1001000 | 101101 | 111010 | 111000 | 100011 |
Color Harmonies of #8D8928
Complementary color
Monochromatic Colors of #8D8928
Black with #8D8928
Text Example
Text Example
White with #8D8928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8928; }
p { color: rgb(141,137,40); }
H1.HeaderClassName
{
color: #8D8928;
}
.AnyTagClassName
{
color: #8D8928;
}
</style>
background-color css
<style>
a { background-color: #8D8928; }
a { background-color: rgb(141,137,40); }
div.DivClassName
{
background-color: #8D8928;
}
.BgClassName
{
background-color: #8D8928;
}
</style>
border-color css
<style>
span { border-color: #8D8928; }
span { border-color: rgb(141,137,40); }
td.TdClassName
{
border-color: #8D8928;
}
.TagClassName
{
border-color: #8D8928;
}
</style>