Shades of Trendy Green #88892A
Tints of Trendy Green #88892A
RGB
CMYK
RGB Variations
Color information
#88892A (or 0x88892A) is known color: Trendy Green. HEX triplet: 88, 89 and 2A. RGB value is (136,137,42). Sum of RGB (Red+Green+Blue) = 136+137+42=315 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.17% from 315); Green value is 137 (53.91% from 255 or 43.49% from 315); Blue value is 42 (16.80% from 255 or 13.33% from 315); Max value from RGB is 137 - color contains mainly: green. Hex color #88892A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88892A is #7776D5. Grayscale: #7E7E7E. Windows color (decimal): -7829206 or 2787720. OLE color: 2787720.
HSL color Cylindrical-coordinate representation of color #88892A: hue angle of 60.63º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #88892A is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 136 | 137 | 42 | - |
| CMYK | 0.01 | 0 | 0.69 | 0.46 |
| HSL | 60.63º | 0.53% | 0.35% | - |
| HSV(B) | 60.63º | 0.69% | 0.54% | - |
| XYZ | 19.52 | 23.29 | 5.66 | - |
| YUV | 125.87 | 80.67 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 137 | 42 | 0.01 | 0 | 0.69 | 0.46 | 60.63 | 0.53 | 0.35 |
| Hex | 88 | 89 | 2A | 1 | 0 | 45 | 2E | 3D | 35 | 23 |
| Octal | 210 | 211 | 52 | 1 | 0 | 105 | 56 | 75 | 65 | 43 |
| Binary | 10001000 | 10001001 | 101010 | 1 | 0 | 1000101 | 101110 | 111101 | 110101 | 100011 |
Color Harmonies of #88892A
Complementary color
Monochromatic Colors of #88892A
Black with #88892A
Text Example
Text Example
White with #88892A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88892A; }
p { color: rgb(136,137,42); }
H1.HeaderClassName
{
color: #88892A;
}
.AnyTagClassName
{
color: #88892A;
}
</style>
background-color css
<style>
a { background-color: #88892A; }
a { background-color: rgb(136,137,42); }
div.DivClassName
{
background-color: #88892A;
}
.BgClassName
{
background-color: #88892A;
}
</style>
border-color css
<style>
span { border-color: #88892A; }
span { border-color: rgb(136,137,42); }
td.TdClassName
{
border-color: #88892A;
}
.TagClassName
{
border-color: #88892A;
}
</style>