Shades of Lemon Ginger #888029
Tints of Lemon Ginger #888029
RGB
CMYK
RGB Variations
Color information
#888029 (or 0x888029) is known color: Lemon Ginger. HEX triplet: 88, 80 and 29. RGB value is (136,128,41). Sum of RGB (Red+Green+Blue) = 136+128+41=305 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.59% from 305); Green value is 128 (50.39% from 255 or 41.97% from 305); Blue value is 41 (16.41% from 255 or 13.44% from 305); Max value from RGB is 136 - color contains mainly: red. Hex color #888029 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888029 is #777FD6. Grayscale: #787878. Windows color (decimal): -7831511 or 2719880. OLE color: 2719880.
HSL color Cylindrical-coordinate representation of color #888029: hue angle of 54.95º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #888029 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 128 | 41 | - |
| CMYK | 0 | 0.06 | 0.70 | 0.47 |
| HSL | 54.95º | 0.54% | 0.35% | - |
| HSV(B) | 54.95º | 0.7% | 0.53% | - |
| XYZ | 18.27 | 20.83 | 5.16 | - |
| YUV | 120.47 | 83.15 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 128 | 41 | 0 | 0.06 | 0.70 | 0.47 | 54.95 | 0.54 | 0.35 |
| Hex | 88 | 80 | 29 | 0 | 6 | 46 | 2F | 37 | 36 | 23 |
| Octal | 210 | 200 | 51 | 0 | 6 | 106 | 57 | 67 | 66 | 43 |
| Binary | 10001000 | 10000000 | 101001 | 0 | 110 | 1000110 | 101111 | 110111 | 110110 | 100011 |
Color Harmonies of #888029
Complementary color
Monochromatic Colors of #888029
Black with #888029
Text Example
Text Example
White with #888029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888029; }
p { color: rgb(136,128,41); }
H1.HeaderClassName
{
color: #888029;
}
.AnyTagClassName
{
color: #888029;
}
</style>
background-color css
<style>
a { background-color: #888029; }
a { background-color: rgb(136,128,41); }
div.DivClassName
{
background-color: #888029;
}
.BgClassName
{
background-color: #888029;
}
</style>
border-color css
<style>
span { border-color: #888029; }
span { border-color: rgb(136,128,41); }
td.TdClassName
{
border-color: #888029;
}
.TagClassName
{
border-color: #888029;
}
</style>