Shades of Lemon Ginger #8C8826
Tints of Lemon Ginger #8C8826
RGB
CMYK
RGB Variations
Color information
#8C8826 (or 0x8C8826) is known color: Lemon Ginger. HEX triplet: 8C, 88 and 26. RGB value is (140,136,38). Sum of RGB (Red+Green+Blue) = 140+136+38=314 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.59% from 314); Green value is 136 (53.52% from 255 or 43.31% from 314); Blue value is 38 (15.23% from 255 or 12.10% from 314); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8826 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8826 is #7377D9. Grayscale: #7E7E7E. Windows color (decimal): -7567322 or 2525324. OLE color: 2525324.
HSL color Cylindrical-coordinate representation of color #8C8826: hue angle of 57.65º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8C8826 is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 136 | 38 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.45 |
| HSL | 57.65º | 0.57% | 0.35% | - |
| HSV(B) | 57.65º | 0.73% | 0.55% | - |
| XYZ | 19.97 | 23.32 | 5.28 | - |
| YUV | 126.02 | 78.33 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 136 | 38 | 0 | 0.03 | 0.73 | 0.45 | 57.65 | 0.57 | 0.35 |
| Hex | 8C | 88 | 26 | 0 | 3 | 49 | 2D | 3A | 39 | 23 |
| Octal | 214 | 210 | 46 | 0 | 3 | 111 | 55 | 72 | 71 | 43 |
| Binary | 10001100 | 10001000 | 100110 | 0 | 11 | 1001001 | 101101 | 111010 | 111001 | 100011 |
Color Harmonies of #8C8826
Complementary color
Monochromatic Colors of #8C8826
Black with #8C8826
Text Example
Text Example
White with #8C8826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8826; }
p { color: rgb(140,136,38); }
H1.HeaderClassName
{
color: #8C8826;
}
.AnyTagClassName
{
color: #8C8826;
}
</style>
background-color css
<style>
a { background-color: #8C8826; }
a { background-color: rgb(140,136,38); }
div.DivClassName
{
background-color: #8C8826;
}
.BgClassName
{
background-color: #8C8826;
}
</style>
border-color css
<style>
span { border-color: #8C8826; }
span { border-color: rgb(140,136,38); }
td.TdClassName
{
border-color: #8C8826;
}
.TagClassName
{
border-color: #8C8826;
}
</style>