Shades of Trendy Green #88882C
Tints of Trendy Green #88882C
RGB
CMYK
RGB Variations
Color information
#88882C (or 0x88882C) is known color: Trendy Green. HEX triplet: 88, 88 and 2C. RGB value is (136,136,44). Sum of RGB (Red+Green+Blue) = 136+136+44=316 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.04% from 316); Green value is 136 (53.52% from 255 or 43.04% from 316); Blue value is 44 (17.58% from 255 or 13.92% from 316); Max value from RGB is 136 - color contains mainly: red, green. Hex color #88882C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88882C is #7777D3. Grayscale: #7D7D7D. Windows color (decimal): -7829460 or 2918536. OLE color: 2918536.
HSL color Cylindrical-coordinate representation of color #88882C: hue angle of 60º 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 #88882C is Cyan = 0, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 136 | 44 | - |
| CMYK | 0 | 0 | 0.68 | 0.47 |
| HSL | 60º | 0.51% | 0.35% | - |
| HSV(B) | 60º | 0.68% | 0.53% | - |
| XYZ | 19.41 | 23.02 | 5.8 | - |
| YUV | 125.51 | 82 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 136 | 44 | 0 | 0 | 0.68 | 0.47 | 60 | 0.51 | 0.35 |
| Hex | 88 | 88 | 2C | 0 | 0 | 44 | 2F | 3C | 33 | 23 |
| Octal | 210 | 210 | 54 | 0 | 0 | 104 | 57 | 74 | 63 | 43 |
| Binary | 10001000 | 10001000 | 101100 | 0 | 0 | 1000100 | 101111 | 111100 | 110011 | 100011 |
Color Harmonies of #88882C
Complementary color
Monochromatic Colors of #88882C
Black with #88882C
Text Example
Text Example
White with #88882C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88882C; }
p { color: rgb(136,136,44); }
H1.HeaderClassName
{
color: #88882C;
}
.AnyTagClassName
{
color: #88882C;
}
</style>
background-color css
<style>
a { background-color: #88882C; }
a { background-color: rgb(136,136,44); }
div.DivClassName
{
background-color: #88882C;
}
.BgClassName
{
background-color: #88882C;
}
</style>
border-color css
<style>
span { border-color: #88882C; }
span { border-color: rgb(136,136,44); }
td.TdClassName
{
border-color: #88882C;
}
.TagClassName
{
border-color: #88882C;
}
</style>