Shades of Lemon Ginger #8B8230
Tints of Lemon Ginger #8B8230
RGB
CMYK
RGB Variations
Color information
#8B8230 (or 0x8B8230) is known color: Lemon Ginger. HEX triplet: 8B, 82 and 30. RGB value is (139,130,48). Sum of RGB (Red+Green+Blue) = 139+130+48=317 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.85% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 48 (19.14% from 255 or 15.14% from 317); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8230 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B8230 is #747DCF. Grayscale: #7B7B7B. Windows color (decimal): -7634384 or 3179147. OLE color: 3179147.
HSL color Cylindrical-coordinate representation of color #8B8230: hue angle of 54.07º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8B8230 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 130 | 48 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.45 |
| HSL | 54.07º | 0.49% | 0.37% | - |
| HSV(B) | 54.07º | 0.65% | 0.55% | - |
| XYZ | 19.16 | 21.67 | 5.97 | - |
| YUV | 123.34 | 85.48 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 130 | 48 | 0 | 0.06 | 0.65 | 0.45 | 54.07 | 0.49 | 0.37 |
| Hex | 8B | 82 | 30 | 0 | 6 | 41 | 2D | 36 | 31 | 25 |
| Octal | 213 | 202 | 60 | 0 | 6 | 101 | 55 | 66 | 61 | 45 |
| Binary | 10001011 | 10000010 | 110000 | 0 | 110 | 1000001 | 101101 | 110110 | 110001 | 100101 |
Color Harmonies of #8B8230
Complementary color
Monochromatic Colors of #8B8230
Black with #8B8230
Text Example
Text Example
White with #8B8230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8230; }
p { color: rgb(139,130,48); }
H1.HeaderClassName
{
color: #8B8230;
}
.AnyTagClassName
{
color: #8B8230;
}
</style>
background-color css
<style>
a { background-color: #8B8230; }
a { background-color: rgb(139,130,48); }
div.DivClassName
{
background-color: #8B8230;
}
.BgClassName
{
background-color: #8B8230;
}
</style>
border-color css
<style>
span { border-color: #8B8230; }
span { border-color: rgb(139,130,48); }
td.TdClassName
{
border-color: #8B8230;
}
.TagClassName
{
border-color: #8B8230;
}
</style>