Shades of Lemon Ginger #8A8229
Tints of Lemon Ginger #8A8229
RGB
CMYK
RGB Variations
Color information
#8A8229 (or 0x8A8229) is known color: Lemon Ginger. HEX triplet: 8A, 82 and 29. RGB value is (138,130,41). Sum of RGB (Red+Green+Blue) = 138+130+41=309 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.66% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 41 (16.41% from 255 or 13.27% from 309); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8229 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8229 is #757DD6. Grayscale: #7A7A7A. Windows color (decimal): -7699927 or 2720394. OLE color: 2720394.
HSL color Cylindrical-coordinate representation of color #8A8229: hue angle of 55.05º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8A8229 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 130 | 41 | - |
| CMYK | 0 | 0.06 | 0.70 | 0.46 |
| HSL | 55.05º | 0.54% | 0.35% | - |
| HSV(B) | 55.05º | 0.7% | 0.54% | - |
| XYZ | 18.86 | 21.53 | 5.26 | - |
| YUV | 122.25 | 82.15 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 130 | 41 | 0 | 0.06 | 0.70 | 0.46 | 55.05 | 0.54 | 0.35 |
| Hex | 8A | 82 | 29 | 0 | 6 | 46 | 2E | 37 | 36 | 23 |
| Octal | 212 | 202 | 51 | 0 | 6 | 106 | 56 | 67 | 66 | 43 |
| Binary | 10001010 | 10000010 | 101001 | 0 | 110 | 1000110 | 101110 | 110111 | 110110 | 100011 |
Color Harmonies of #8A8229
Complementary color
Monochromatic Colors of #8A8229
Black with #8A8229
Text Example
Text Example
White with #8A8229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8229; }
p { color: rgb(138,130,41); }
H1.HeaderClassName
{
color: #8A8229;
}
.AnyTagClassName
{
color: #8A8229;
}
</style>
background-color css
<style>
a { background-color: #8A8229; }
a { background-color: rgb(138,130,41); }
div.DivClassName
{
background-color: #8A8229;
}
.BgClassName
{
background-color: #8A8229;
}
</style>
border-color css
<style>
span { border-color: #8A8229; }
span { border-color: rgb(138,130,41); }
td.TdClassName
{
border-color: #8A8229;
}
.TagClassName
{
border-color: #8A8229;
}
</style>