Shades of Lemon Ginger #8A8226
Tints of Lemon Ginger #8A8226
RGB
CMYK
RGB Variations
Color information
#8A8226 (or 0x8A8226) is known color: Lemon Ginger. HEX triplet: 8A, 82 and 26. RGB value is (138,130,38). Sum of RGB (Red+Green+Blue) = 138+130+38=306 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.10% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 38 (15.23% from 255 or 12.42% from 306); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8226 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8226 is #757DD9. Grayscale: #7A7A7A. Windows color (decimal): -7699930 or 2523786. OLE color: 2523786.
HSL color Cylindrical-coordinate representation of color #8A8226: hue angle of 55.2º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8A8226 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 130 | 38 | - |
| CMYK | 0 | 0.06 | 0.72 | 0.46 |
| HSL | 55.2º | 0.57% | 0.35% | - |
| HSV(B) | 55.2º | 0.72% | 0.54% | - |
| XYZ | 18.81 | 21.51 | 4.99 | - |
| YUV | 121.9 | 80.65 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 130 | 38 | 0 | 0.06 | 0.72 | 0.46 | 55.2 | 0.57 | 0.35 |
| Hex | 8A | 82 | 26 | 0 | 6 | 48 | 2E | 37 | 39 | 23 |
| Octal | 212 | 202 | 46 | 0 | 6 | 110 | 56 | 67 | 71 | 43 |
| Binary | 10001010 | 10000010 | 100110 | 0 | 110 | 1001000 | 101110 | 110111 | 111001 | 100011 |
Color Harmonies of #8A8226
Complementary color
Monochromatic Colors of #8A8226
Black with #8A8226
Text Example
Text Example
White with #8A8226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8226; }
p { color: rgb(138,130,38); }
H1.HeaderClassName
{
color: #8A8226;
}
.AnyTagClassName
{
color: #8A8226;
}
</style>
background-color css
<style>
a { background-color: #8A8226; }
a { background-color: rgb(138,130,38); }
div.DivClassName
{
background-color: #8A8226;
}
.BgClassName
{
background-color: #8A8226;
}
</style>
border-color css
<style>
span { border-color: #8A8226; }
span { border-color: rgb(138,130,38); }
td.TdClassName
{
border-color: #8A8226;
}
.TagClassName
{
border-color: #8A8226;
}
</style>