Shades of Trendy Green #888522
Tints of Trendy Green #888522
RGB
CMYK
RGB Variations
Color information
#888522 (or 0x888522) is known color: Trendy Green. HEX triplet: 88, 85 and 22. RGB value is (136,133,34). Sum of RGB (Red+Green+Blue) = 136+133+34=303 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.88% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 34 (13.67% from 255 or 11.22% from 303); Max value from RGB is 136 - color contains mainly: red. Hex color #888522 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888522 is #777ADD. Grayscale: #7B7B7B. Windows color (decimal): -7830238 or 2262408. OLE color: 2262408.
HSL color Cylindrical-coordinate representation of color #888522: hue angle of 58.24º 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 #888522 is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 133 | 34 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.47 |
| HSL | 58.24º | 0.6% | 0.33% | - |
| HSV(B) | 58.24º | 0.75% | 0.53% | - |
| XYZ | 18.83 | 22.12 | 4.79 | - |
| YUV | 122.61 | 77.99 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 133 | 34 | 0 | 0.02 | 0.75 | 0.47 | 58.24 | 0.6 | 0.33 |
| Hex | 88 | 85 | 22 | 0 | 2 | 4B | 2F | 3A | 3C | 21 |
| Octal | 210 | 205 | 42 | 0 | 2 | 113 | 57 | 72 | 74 | 41 |
| Binary | 10001000 | 10000101 | 100010 | 0 | 10 | 1001011 | 101111 | 111010 | 111100 | 100001 |
Color Harmonies of #888522
Complementary color
Monochromatic Colors of #888522
Black with #888522
Text Example
Text Example
White with #888522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888522; }
p { color: rgb(136,133,34); }
H1.HeaderClassName
{
color: #888522;
}
.AnyTagClassName
{
color: #888522;
}
</style>
background-color css
<style>
a { background-color: #888522; }
a { background-color: rgb(136,133,34); }
div.DivClassName
{
background-color: #888522;
}
.BgClassName
{
background-color: #888522;
}
</style>
border-color css
<style>
span { border-color: #888522; }
span { border-color: rgb(136,133,34); }
td.TdClassName
{
border-color: #888522;
}
.TagClassName
{
border-color: #888522;
}
</style>