Shades of Lemon Ginger #8B802C
Tints of Lemon Ginger #8B802C
RGB
CMYK
RGB Variations
Color information
#8B802C (or 0x8B802C) is known color: Lemon Ginger. HEX triplet: 8B, 80 and 2C. RGB value is (139,128,44). Sum of RGB (Red+Green+Blue) = 139+128+44=311 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.69% from 311); Green value is 128 (50.39% from 255 or 41.16% from 311); Blue value is 44 (17.58% from 255 or 14.15% from 311); Max value from RGB is 139 - color contains mainly: red. Hex color #8B802C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B802C is #747FD3. Grayscale: #7A7A7A. Windows color (decimal): -7634900 or 2916491. OLE color: 2916491.
HSL color Cylindrical-coordinate representation of color #8B802C: hue angle of 53.05º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8B802C is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 128 | 44 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.45 |
| HSL | 53.05º | 0.52% | 0.36% | - |
| HSV(B) | 53.05º | 0.68% | 0.55% | - |
| XYZ | 18.82 | 21.11 | 5.47 | - |
| YUV | 121.71 | 84.14 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 128 | 44 | 0 | 0.08 | 0.68 | 0.45 | 53.05 | 0.52 | 0.36 |
| Hex | 8B | 80 | 2C | 0 | 8 | 44 | 2D | 35 | 34 | 24 |
| Octal | 213 | 200 | 54 | 0 | 10 | 104 | 55 | 65 | 64 | 44 |
| Binary | 10001011 | 10000000 | 101100 | 0 | 1000 | 1000100 | 101101 | 110101 | 110100 | 100100 |
Color Harmonies of #8B802C
Complementary color
Monochromatic Colors of #8B802C
Black with #8B802C
Text Example
Text Example
White with #8B802C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B802C; }
p { color: rgb(139,128,44); }
H1.HeaderClassName
{
color: #8B802C;
}
.AnyTagClassName
{
color: #8B802C;
}
</style>
background-color css
<style>
a { background-color: #8B802C; }
a { background-color: rgb(139,128,44); }
div.DivClassName
{
background-color: #8B802C;
}
.BgClassName
{
background-color: #8B802C;
}
</style>
border-color css
<style>
span { border-color: #8B802C; }
span { border-color: rgb(139,128,44); }
td.TdClassName
{
border-color: #8B802C;
}
.TagClassName
{
border-color: #8B802C;
}
</style>