Shades of Lemon Ginger #887C20
Tints of Lemon Ginger #887C20
RGB
CMYK
RGB Variations
Color information
#887C20 (or 0x887C20) is known color: Lemon Ginger. HEX triplet: 88, 7C and 20. RGB value is (136,124,32). Sum of RGB (Red+Green+Blue) = 136+124+32=292 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.58% from 292); Green value is 124 (48.83% from 255 or 42.47% from 292); Blue value is 32 (12.89% from 255 or 10.96% from 292); Max value from RGB is 136 - color contains mainly: red. Hex color #887C20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887C20 is #7783DF. Grayscale: #757575. Windows color (decimal): -7832544 or 2129032. OLE color: 2129032.
HSL color Cylindrical-coordinate representation of color #887C20: hue angle of 53.08º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #887C20 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 124 | 32 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.47 |
| HSL | 53.08º | 0.62% | 0.33% | - |
| HSV(B) | 53.08º | 0.76% | 0.53% | - |
| XYZ | 17.62 | 19.75 | 4.25 | - |
| YUV | 117.1 | 79.98 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 124 | 32 | 0 | 0.09 | 0.76 | 0.47 | 53.08 | 0.62 | 0.33 |
| Hex | 88 | 7C | 20 | 0 | 9 | 4C | 2F | 35 | 3E | 21 |
| Octal | 210 | 174 | 40 | 0 | 11 | 114 | 57 | 65 | 76 | 41 |
| Binary | 10001000 | 1111100 | 100000 | 0 | 1001 | 1001100 | 101111 | 110101 | 111110 | 100001 |
Color Harmonies of #887C20
Complementary color
Monochromatic Colors of #887C20
Black with #887C20
Text Example
Text Example
White with #887C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887C20; }
p { color: rgb(136,124,32); }
H1.HeaderClassName
{
color: #887C20;
}
.AnyTagClassName
{
color: #887C20;
}
</style>
background-color css
<style>
a { background-color: #887C20; }
a { background-color: rgb(136,124,32); }
div.DivClassName
{
background-color: #887C20;
}
.BgClassName
{
background-color: #887C20;
}
</style>
border-color css
<style>
span { border-color: #887C20; }
span { border-color: rgb(136,124,32); }
td.TdClassName
{
border-color: #887C20;
}
.TagClassName
{
border-color: #887C20;
}
</style>