Shades of Lemon Ginger #88802C
Tints of Lemon Ginger #88802C
RGB
CMYK
RGB Variations
Color information
#88802C (or 0x88802C) is known color: Lemon Ginger. HEX triplet: 88, 80 and 2C. RGB value is (136,128,44). Sum of RGB (Red+Green+Blue) = 136+128+44=308 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.16% from 308); Green value is 128 (50.39% from 255 or 41.56% from 308); Blue value is 44 (17.58% from 255 or 14.29% from 308); Max value from RGB is 136 - color contains mainly: red. Hex color #88802C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88802C is #777FD3. Grayscale: #797979. Windows color (decimal): -7831508 or 2916488. OLE color: 2916488.
HSL color Cylindrical-coordinate representation of color #88802C: hue angle of 54.78º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #88802C is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 128 | 44 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.47 |
| HSL | 54.78º | 0.51% | 0.35% | - |
| HSV(B) | 54.78º | 0.68% | 0.53% | - |
| XYZ | 18.33 | 20.85 | 5.44 | - |
| YUV | 120.82 | 84.65 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 128 | 44 | 0 | 0.06 | 0.68 | 0.47 | 54.78 | 0.51 | 0.35 |
| Hex | 88 | 80 | 2C | 0 | 6 | 44 | 2F | 37 | 33 | 23 |
| Octal | 210 | 200 | 54 | 0 | 6 | 104 | 57 | 67 | 63 | 43 |
| Binary | 10001000 | 10000000 | 101100 | 0 | 110 | 1000100 | 101111 | 110111 | 110011 | 100011 |
Color Harmonies of #88802C
Complementary color
Monochromatic Colors of #88802C
Black with #88802C
Text Example
Text Example
White with #88802C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88802C; }
p { color: rgb(136,128,44); }
H1.HeaderClassName
{
color: #88802C;
}
.AnyTagClassName
{
color: #88802C;
}
</style>
background-color css
<style>
a { background-color: #88802C; }
a { background-color: rgb(136,128,44); }
div.DivClassName
{
background-color: #88802C;
}
.BgClassName
{
background-color: #88802C;
}
</style>
border-color css
<style>
span { border-color: #88802C; }
span { border-color: rgb(136,128,44); }
td.TdClassName
{
border-color: #88802C;
}
.TagClassName
{
border-color: #88802C;
}
</style>