Shades of Trendy Green #88852D
Tints of Trendy Green #88852D
RGB
CMYK
RGB Variations
Color information
#88852D (or 0x88852D) is known color: Trendy Green. HEX triplet: 88, 85 and 2D. RGB value is (136,133,45). Sum of RGB (Red+Green+Blue) = 136+133+45=314 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.31% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 136 - color contains mainly: red. Hex color #88852D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88852D is #777AD2. Grayscale: #7C7C7C. Windows color (decimal): -7830227 or 2983304. OLE color: 2983304.
HSL color Cylindrical-coordinate representation of color #88852D: hue angle of 58.02º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #88852D is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 133 | 45 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.47 |
| HSL | 58.02º | 0.5% | 0.35% | - |
| HSV(B) | 58.02º | 0.67% | 0.53% | - |
| XYZ | 19.01 | 22.2 | 5.77 | - |
| YUV | 123.87 | 83.49 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 133 | 45 | 0 | 0.02 | 0.67 | 0.47 | 58.02 | 0.5 | 0.35 |
| Hex | 88 | 85 | 2D | 0 | 2 | 43 | 2F | 3A | 32 | 23 |
| Octal | 210 | 205 | 55 | 0 | 2 | 103 | 57 | 72 | 62 | 43 |
| Binary | 10001000 | 10000101 | 101101 | 0 | 10 | 1000011 | 101111 | 111010 | 110010 | 100011 |
Color Harmonies of #88852D
Complementary color
Monochromatic Colors of #88852D
Black with #88852D
Text Example
Text Example
White with #88852D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88852D; }
p { color: rgb(136,133,45); }
H1.HeaderClassName
{
color: #88852D;
}
.AnyTagClassName
{
color: #88852D;
}
</style>
background-color css
<style>
a { background-color: #88852D; }
a { background-color: rgb(136,133,45); }
div.DivClassName
{
background-color: #88852D;
}
.BgClassName
{
background-color: #88852D;
}
</style>
border-color css
<style>
span { border-color: #88852D; }
span { border-color: rgb(136,133,45); }
td.TdClassName
{
border-color: #88852D;
}
.TagClassName
{
border-color: #88852D;
}
</style>