Shades of Trendy Green #88822B
Tints of Trendy Green #88822B
RGB
CMYK
RGB Variations
Color information
#88822B (or 0x88822B) is known color: Trendy Green. HEX triplet: 88, 82 and 2B. RGB value is (136,130,43). Sum of RGB (Red+Green+Blue) = 136+130+43=309 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.01% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 43 (17.19% from 255 or 13.92% from 309); Max value from RGB is 136 - color contains mainly: red. Hex color #88822B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88822B is #777DD4. Grayscale: #7A7A7A. Windows color (decimal): -7830997 or 2851464. OLE color: 2851464.
HSL color Cylindrical-coordinate representation of color #88822B: hue angle of 56.13º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #88822B is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 130 | 43 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.47 |
| HSL | 56.13º | 0.52% | 0.35% | - |
| HSV(B) | 56.13º | 0.68% | 0.53% | - |
| XYZ | 18.57 | 21.37 | 5.43 | - |
| YUV | 121.88 | 83.49 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 130 | 43 | 0 | 0.04 | 0.68 | 0.47 | 56.13 | 0.52 | 0.35 |
| Hex | 88 | 82 | 2B | 0 | 4 | 44 | 2F | 38 | 34 | 23 |
| Octal | 210 | 202 | 53 | 0 | 4 | 104 | 57 | 70 | 64 | 43 |
| Binary | 10001000 | 10000010 | 101011 | 0 | 100 | 1000100 | 101111 | 111000 | 110100 | 100011 |
Color Harmonies of #88822B
Complementary color
Monochromatic Colors of #88822B
Black with #88822B
Text Example
Text Example
White with #88822B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88822B; }
p { color: rgb(136,130,43); }
H1.HeaderClassName
{
color: #88822B;
}
.AnyTagClassName
{
color: #88822B;
}
</style>
background-color css
<style>
a { background-color: #88822B; }
a { background-color: rgb(136,130,43); }
div.DivClassName
{
background-color: #88822B;
}
.BgClassName
{
background-color: #88822B;
}
</style>
border-color css
<style>
span { border-color: #88822B; }
span { border-color: rgb(136,130,43); }
td.TdClassName
{
border-color: #88822B;
}
.TagClassName
{
border-color: #88822B;
}
</style>