Shades of Lemon Ginger #8B8024
Tints of Lemon Ginger #8B8024
RGB
CMYK
RGB Variations
Color information
#8B8024 (or 0x8B8024) is known color: Lemon Ginger. HEX triplet: 8B, 80 and 24. RGB value is (139,128,36). Sum of RGB (Red+Green+Blue) = 139+128+36=303 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.87% from 303); Green value is 128 (50.39% from 255 or 42.24% from 303); Blue value is 36 (14.45% from 255 or 11.88% from 303); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8024 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B8024 is #747FDB. Grayscale: #797979. Windows color (decimal): -7634908 or 2392203. OLE color: 2392203.
HSL color Cylindrical-coordinate representation of color #8B8024: hue angle of 53.59º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8B8024 is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 128 | 36 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.45 |
| HSL | 53.59º | 0.59% | 0.34% | - |
| HSV(B) | 53.59º | 0.74% | 0.55% | - |
| XYZ | 18.69 | 21.05 | 4.75 | - |
| YUV | 120.8 | 80.14 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 128 | 36 | 0 | 0.08 | 0.74 | 0.45 | 53.59 | 0.59 | 0.34 |
| Hex | 8B | 80 | 24 | 0 | 8 | 4A | 2D | 36 | 3B | 22 |
| Octal | 213 | 200 | 44 | 0 | 10 | 112 | 55 | 66 | 73 | 42 |
| Binary | 10001011 | 10000000 | 100100 | 0 | 1000 | 1001010 | 101101 | 110110 | 111011 | 100010 |
Color Harmonies of #8B8024
Complementary color
Monochromatic Colors of #8B8024
Black with #8B8024
Text Example
Text Example
White with #8B8024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8024; }
p { color: rgb(139,128,36); }
H1.HeaderClassName
{
color: #8B8024;
}
.AnyTagClassName
{
color: #8B8024;
}
</style>
background-color css
<style>
a { background-color: #8B8024; }
a { background-color: rgb(139,128,36); }
div.DivClassName
{
background-color: #8B8024;
}
.BgClassName
{
background-color: #8B8024;
}
</style>
border-color css
<style>
span { border-color: #8B8024; }
span { border-color: rgb(139,128,36); }
td.TdClassName
{
border-color: #8B8024;
}
.TagClassName
{
border-color: #8B8024;
}
</style>