Shades of Lemon Ginger #8C831A
Tints of Lemon Ginger #8C831A
RGB
CMYK
RGB Variations
Color information
#8C831A (or 0x8C831A) is known color: Lemon Ginger. HEX triplet: 8C, 83 and 1A. RGB value is (140,131,26). Sum of RGB (Red+Green+Blue) = 140+131+26=297 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.14% from 297); Green value is 131 (51.56% from 255 or 44.11% from 297); Blue value is 26 (10.55% from 255 or 8.75% from 297); Max value from RGB is 140 - color contains mainly: red. Hex color #8C831A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C831A is #737CE5. Grayscale: #7A7A7A. Windows color (decimal): -7568614 or 1737612. OLE color: 1737612.
HSL color Cylindrical-coordinate representation of color #8C831A: hue angle of 55.26º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8C831A is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 131 | 26 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.45 |
| HSL | 55.26º | 0.69% | 0.33% | - |
| HSV(B) | 55.26º | 0.81% | 0.55% | - |
| XYZ | 19.12 | 21.88 | 4.19 | - |
| YUV | 121.72 | 73.98 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 131 | 26 | 0 | 0.06 | 0.81 | 0.45 | 55.26 | 0.69 | 0.33 |
| Hex | 8C | 83 | 1A | 0 | 6 | 51 | 2D | 37 | 45 | 21 |
| Octal | 214 | 203 | 32 | 0 | 6 | 121 | 55 | 67 | 105 | 41 |
| Binary | 10001100 | 10000011 | 11010 | 0 | 110 | 1010001 | 101101 | 110111 | 1000101 | 100001 |
Color Harmonies of #8C831A
Complementary color
Monochromatic Colors of #8C831A
Black with #8C831A
Text Example
Text Example
White with #8C831A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C831A; }
p { color: rgb(140,131,26); }
H1.HeaderClassName
{
color: #8C831A;
}
.AnyTagClassName
{
color: #8C831A;
}
</style>
background-color css
<style>
a { background-color: #8C831A; }
a { background-color: rgb(140,131,26); }
div.DivClassName
{
background-color: #8C831A;
}
.BgClassName
{
background-color: #8C831A;
}
</style>
border-color css
<style>
span { border-color: #8C831A; }
span { border-color: rgb(140,131,26); }
td.TdClassName
{
border-color: #8C831A;
}
.TagClassName
{
border-color: #8C831A;
}
</style>