Shades of Lemon Ginger #8A8231
Tints of Lemon Ginger #8A8231
RGB
CMYK
RGB Variations
Color information
#8A8231 (or 0x8A8231) is known color: Lemon Ginger. HEX triplet: 8A, 82 and 31. RGB value is (138,130,49). Sum of RGB (Red+Green+Blue) = 138+130+49=317 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.53% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 49 (19.53% from 255 or 15.46% from 317); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8231 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8231 is #757DCE. Grayscale: #7B7B7B. Windows color (decimal): -7699919 or 3244682. OLE color: 3244682.
HSL color Cylindrical-coordinate representation of color #8A8231: hue angle of 54.61º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8A8231 is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 130 | 49 | - |
| CMYK | 0 | 0.06 | 0.64 | 0.46 |
| HSL | 54.61º | 0.48% | 0.37% | - |
| HSV(B) | 54.61º | 0.64% | 0.54% | - |
| XYZ | 19.02 | 21.59 | 6.07 | - |
| YUV | 123.16 | 86.15 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 130 | 49 | 0 | 0.06 | 0.64 | 0.46 | 54.61 | 0.48 | 0.37 |
| Hex | 8A | 82 | 31 | 0 | 6 | 40 | 2E | 37 | 30 | 25 |
| Octal | 212 | 202 | 61 | 0 | 6 | 100 | 56 | 67 | 60 | 45 |
| Binary | 10001010 | 10000010 | 110001 | 0 | 110 | 1000000 | 101110 | 110111 | 110000 | 100101 |
Color Harmonies of #8A8231
Complementary color
Monochromatic Colors of #8A8231
Black with #8A8231
Text Example
Text Example
White with #8A8231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8231; }
p { color: rgb(138,130,49); }
H1.HeaderClassName
{
color: #8A8231;
}
.AnyTagClassName
{
color: #8A8231;
}
</style>
background-color css
<style>
a { background-color: #8A8231; }
a { background-color: rgb(138,130,49); }
div.DivClassName
{
background-color: #8A8231;
}
.BgClassName
{
background-color: #8A8231;
}
</style>
border-color css
<style>
span { border-color: #8A8231; }
span { border-color: rgb(138,130,49); }
td.TdClassName
{
border-color: #8A8231;
}
.TagClassName
{
border-color: #8A8231;
}
</style>