Shades of Trendy Green #888828
Tints of Trendy Green #888828
RGB
CMYK
RGB Variations
Color information
#888828 (or 0x888828) is known color: Trendy Green. HEX triplet: 88, 88 and 28. RGB value is (136,136,40). Sum of RGB (Red+Green+Blue) = 136+136+40=312 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.59% from 312); Green value is 136 (53.52% from 255 or 43.59% from 312); Blue value is 40 (16.02% from 255 or 12.82% from 312); Max value from RGB is 136 - color contains mainly: red, green. Hex color #888828 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888828 is #7777D7. Grayscale: #7D7D7D. Windows color (decimal): -7829464 or 2656392. OLE color: 2656392.
HSL color Cylindrical-coordinate representation of color #888828: hue angle of 60º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #888828 is Cyan = 0, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 136 | 40 | - |
| CMYK | 0 | 0 | 0.71 | 0.47 |
| HSL | 60º | 0.55% | 0.35% | - |
| HSV(B) | 60º | 0.71% | 0.53% | - |
| XYZ | 19.34 | 23 | 5.43 | - |
| YUV | 125.06 | 80 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 136 | 40 | 0 | 0 | 0.71 | 0.47 | 60 | 0.55 | 0.35 |
| Hex | 88 | 88 | 28 | 0 | 0 | 47 | 2F | 3C | 37 | 23 |
| Octal | 210 | 210 | 50 | 0 | 0 | 107 | 57 | 74 | 67 | 43 |
| Binary | 10001000 | 10001000 | 101000 | 0 | 0 | 1000111 | 101111 | 111100 | 110111 | 100011 |
Color Harmonies of #888828
Complementary color
Monochromatic Colors of #888828
Black with #888828
Text Example
Text Example
White with #888828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888828; }
p { color: rgb(136,136,40); }
H1.HeaderClassName
{
color: #888828;
}
.AnyTagClassName
{
color: #888828;
}
</style>
background-color css
<style>
a { background-color: #888828; }
a { background-color: rgb(136,136,40); }
div.DivClassName
{
background-color: #888828;
}
.BgClassName
{
background-color: #888828;
}
</style>
border-color css
<style>
span { border-color: #888828; }
span { border-color: rgb(136,136,40); }
td.TdClassName
{
border-color: #888828;
}
.TagClassName
{
border-color: #888828;
}
</style>