Shades of Trendy Green #888822
Tints of Trendy Green #888822
RGB
CMYK
RGB Variations
Color information
#888822 (or 0x888822) is known color: Trendy Green. HEX triplet: 88, 88 and 22. RGB value is (136,136,34). Sum of RGB (Red+Green+Blue) = 136+136+34=306 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.44% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 34 (13.67% from 255 or 11.11% from 306); Max value from RGB is 136 - color contains mainly: red, green. Hex color #888822 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888822 is #7777DD. Grayscale: #7C7C7C. Windows color (decimal): -7829470 or 2263176. OLE color: 2263176.
HSL color Cylindrical-coordinate representation of color #888822: hue angle of 60º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #888822 is Cyan = 0, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 136 | 34 | - |
| CMYK | 0 | 0 | 0.75 | 0.47 |
| HSL | 60º | 0.6% | 0.33% | - |
| HSV(B) | 60º | 0.75% | 0.53% | - |
| XYZ | 19.25 | 22.96 | 4.93 | - |
| YUV | 124.37 | 77 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 136 | 34 | 0 | 0 | 0.75 | 0.47 | 60 | 0.6 | 0.33 |
| Hex | 88 | 88 | 22 | 0 | 0 | 4B | 2F | 3C | 3C | 21 |
| Octal | 210 | 210 | 42 | 0 | 0 | 113 | 57 | 74 | 74 | 41 |
| Binary | 10001000 | 10001000 | 100010 | 0 | 0 | 1001011 | 101111 | 111100 | 111100 | 100001 |
Color Harmonies of #888822
Complementary color
Monochromatic Colors of #888822
Black with #888822
Text Example
Text Example
White with #888822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888822; }
p { color: rgb(136,136,34); }
H1.HeaderClassName
{
color: #888822;
}
.AnyTagClassName
{
color: #888822;
}
</style>
background-color css
<style>
a { background-color: #888822; }
a { background-color: rgb(136,136,34); }
div.DivClassName
{
background-color: #888822;
}
.BgClassName
{
background-color: #888822;
}
</style>
border-color css
<style>
span { border-color: #888822; }
span { border-color: rgb(136,136,34); }
td.TdClassName
{
border-color: #888822;
}
.TagClassName
{
border-color: #888822;
}
</style>