Shades of Lemon Ginger #8B8127
Tints of Lemon Ginger #8B8127
RGB
CMYK
RGB Variations
Color information
#8B8127 (or 0x8B8127) is known color: Lemon Ginger. HEX triplet: 8B, 81 and 27. RGB value is (139,129,39). Sum of RGB (Red+Green+Blue) = 139+129+39=307 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.28% from 307); Green value is 129 (50.78% from 255 or 42.02% from 307); Blue value is 39 (15.62% from 255 or 12.70% from 307); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8127 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B8127 is #747ED8. Grayscale: #7A7A7A. Windows color (decimal): -7634649 or 2589067. OLE color: 2589067.
HSL color Cylindrical-coordinate representation of color #8B8127: hue angle of 54º 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 #8B8127 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 129 | 39 | - |
| CMYK | 0 | 0.07 | 0.72 | 0.45 |
| HSL | 54º | 0.56% | 0.35% | - |
| HSV(B) | 54º | 0.72% | 0.55% | - |
| XYZ | 18.86 | 21.34 | 5.04 | - |
| YUV | 121.73 | 81.31 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 129 | 39 | 0 | 0.07 | 0.72 | 0.45 | 54 | 0.56 | 0.35 |
| Hex | 8B | 81 | 27 | 0 | 7 | 48 | 2D | 36 | 38 | 23 |
| Octal | 213 | 201 | 47 | 0 | 7 | 110 | 55 | 66 | 70 | 43 |
| Binary | 10001011 | 10000001 | 100111 | 0 | 111 | 1001000 | 101101 | 110110 | 111000 | 100011 |
Color Harmonies of #8B8127
Complementary color
Monochromatic Colors of #8B8127
Black with #8B8127
Text Example
Text Example
White with #8B8127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8127; }
p { color: rgb(139,129,39); }
H1.HeaderClassName
{
color: #8B8127;
}
.AnyTagClassName
{
color: #8B8127;
}
</style>
background-color css
<style>
a { background-color: #8B8127; }
a { background-color: rgb(139,129,39); }
div.DivClassName
{
background-color: #8B8127;
}
.BgClassName
{
background-color: #8B8127;
}
</style>
border-color css
<style>
span { border-color: #8B8127; }
span { border-color: rgb(139,129,39); }
td.TdClassName
{
border-color: #8B8127;
}
.TagClassName
{
border-color: #8B8127;
}
</style>