Shades of Lemon Ginger #8D851A
Tints of Lemon Ginger #8D851A
RGB
CMYK
RGB Variations
Color information
#8D851A (or 0x8D851A) is known color: Lemon Ginger. HEX triplet: 8D, 85 and 1A. RGB value is (141,133,26). Sum of RGB (Red+Green+Blue) = 141+133+26=300 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 26 (10.55% from 255 or 8.67% from 300); Max value from RGB is 141 - color contains mainly: red. Hex color #8D851A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D851A is #727AE5. Grayscale: #7B7B7B. Windows color (decimal): -7502566 or 1738125. OLE color: 1738125.
HSL color Cylindrical-coordinate representation of color #8D851A: hue angle of 55.83º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D851A is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 133 | 26 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.45 |
| HSL | 55.83º | 0.69% | 0.33% | - |
| HSV(B) | 55.83º | 0.82% | 0.55% | - |
| XYZ | 19.56 | 22.51 | 4.29 | - |
| YUV | 123.19 | 73.15 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 133 | 26 | 0 | 0.06 | 0.82 | 0.45 | 55.83 | 0.69 | 0.33 |
| Hex | 8D | 85 | 1A | 0 | 6 | 52 | 2D | 38 | 45 | 21 |
| Octal | 215 | 205 | 32 | 0 | 6 | 122 | 55 | 70 | 105 | 41 |
| Binary | 10001101 | 10000101 | 11010 | 0 | 110 | 1010010 | 101101 | 111000 | 1000101 | 100001 |
Color Harmonies of #8D851A
Complementary color
Monochromatic Colors of #8D851A
Black with #8D851A
Text Example
Text Example
White with #8D851A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D851A; }
p { color: rgb(141,133,26); }
H1.HeaderClassName
{
color: #8D851A;
}
.AnyTagClassName
{
color: #8D851A;
}
</style>
background-color css
<style>
a { background-color: #8D851A; }
a { background-color: rgb(141,133,26); }
div.DivClassName
{
background-color: #8D851A;
}
.BgClassName
{
background-color: #8D851A;
}
</style>
border-color css
<style>
span { border-color: #8D851A; }
span { border-color: rgb(141,133,26); }
td.TdClassName
{
border-color: #8D851A;
}
.TagClassName
{
border-color: #8D851A;
}
</style>