Shades of Trendy Green #88841B
Tints of Trendy Green #88841B
RGB
CMYK
RGB Variations
Color information
#88841B (or 0x88841B) is known color: Trendy Green. HEX triplet: 88, 84 and 1B. RGB value is (136,132,27). Sum of RGB (Red+Green+Blue) = 136+132+27=295 (39% of max value = 765). Red value is 136 (53.52% from 255 or 46.10% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 27 (10.94% from 255 or 9.15% from 295); Max value from RGB is 136 - color contains mainly: red. Hex color #88841B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88841B is #777BE4. Grayscale: #797979. Windows color (decimal): -7830501 or 1803400. OLE color: 1803400.
HSL color Cylindrical-coordinate representation of color #88841B: hue angle of 57.8º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #88841B is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 132 | 27 | - |
| CMYK | 0 | 0.03 | 0.80 | 0.47 |
| HSL | 57.8º | 0.67% | 0.32% | - |
| HSV(B) | 57.8º | 0.8% | 0.53% | - |
| XYZ | 18.6 | 21.82 | 4.27 | - |
| YUV | 121.23 | 74.83 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 132 | 27 | 0 | 0.03 | 0.80 | 0.47 | 57.8 | 0.67 | 0.32 |
| Hex | 88 | 84 | 1B | 0 | 3 | 50 | 2F | 3A | 43 | 20 |
| Octal | 210 | 204 | 33 | 0 | 3 | 120 | 57 | 72 | 103 | 40 |
| Binary | 10001000 | 10000100 | 11011 | 0 | 11 | 1010000 | 101111 | 111010 | 1000011 | 100000 |
Color Harmonies of #88841B
Complementary color
Monochromatic Colors of #88841B
Black with #88841B
Text Example
Text Example
White with #88841B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88841B; }
p { color: rgb(136,132,27); }
H1.HeaderClassName
{
color: #88841B;
}
.AnyTagClassName
{
color: #88841B;
}
</style>
background-color css
<style>
a { background-color: #88841B; }
a { background-color: rgb(136,132,27); }
div.DivClassName
{
background-color: #88841B;
}
.BgClassName
{
background-color: #88841B;
}
</style>
border-color css
<style>
span { border-color: #88841B; }
span { border-color: rgb(136,132,27); }
td.TdClassName
{
border-color: #88841B;
}
.TagClassName
{
border-color: #88841B;
}
</style>