Shades of Trendy Green #888116
Tints of Trendy Green #888116
RGB
CMYK
RGB Variations
Color information
#888116 (or 0x888116) is known color: Trendy Green. HEX triplet: 88, 81 and 16. RGB value is (136,129,22). Sum of RGB (Red+Green+Blue) = 136+129+22=287 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.39% from 287); Green value is 129 (50.78% from 255 or 44.95% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 136 - color contains mainly: red. Hex color #888116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888116 is #777EE9. Grayscale: #777777. Windows color (decimal): -7831274 or 1474952. OLE color: 1474952.
HSL color Cylindrical-coordinate representation of color #888116: hue angle of 56.32º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #888116 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 129 | 22 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.47 |
| HSL | 56.32º | 0.72% | 0.31% | - |
| HSV(B) | 56.32º | 0.84% | 0.53% | - |
| XYZ | 18.15 | 20.99 | 3.85 | - |
| YUV | 118.9 | 73.32 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 129 | 22 | 0 | 0.05 | 0.84 | 0.47 | 56.32 | 0.72 | 0.31 |
| Hex | 88 | 81 | 16 | 0 | 5 | 54 | 2F | 38 | 48 | 1F |
| Octal | 210 | 201 | 26 | 0 | 5 | 124 | 57 | 70 | 110 | 37 |
| Binary | 10001000 | 10000001 | 10110 | 0 | 101 | 1010100 | 101111 | 111000 | 1001000 | 11111 |
Color Harmonies of #888116
Complementary color
Monochromatic Colors of #888116
Black with #888116
Text Example
Text Example
White with #888116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888116; }
p { color: rgb(136,129,22); }
H1.HeaderClassName
{
color: #888116;
}
.AnyTagClassName
{
color: #888116;
}
</style>
background-color css
<style>
a { background-color: #888116; }
a { background-color: rgb(136,129,22); }
div.DivClassName
{
background-color: #888116;
}
.BgClassName
{
background-color: #888116;
}
</style>
border-color css
<style>
span { border-color: #888116; }
span { border-color: rgb(136,129,22); }
td.TdClassName
{
border-color: #888116;
}
.TagClassName
{
border-color: #888116;
}
</style>