Shades of Trendy Green #88832A
Tints of Trendy Green #88832A
RGB
CMYK
RGB Variations
Color information
#88832A (or 0x88832A) is known color: Trendy Green. HEX triplet: 88, 83 and 2A. RGB value is (136,131,42). Sum of RGB (Red+Green+Blue) = 136+131+42=309 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.01% from 309); Green value is 131 (51.56% from 255 or 42.39% from 309); Blue value is 42 (16.80% from 255 or 13.59% from 309); Max value from RGB is 136 - color contains mainly: red. Hex color #88832A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88832A is #777CD5. Grayscale: #7A7A7A. Windows color (decimal): -7830742 or 2786184. OLE color: 2786184.
HSL color Cylindrical-coordinate representation of color #88832A: hue angle of 56.81º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #88832A is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 131 | 42 | - |
| CMYK | 0 | 0.04 | 0.69 | 0.47 |
| HSL | 56.81º | 0.53% | 0.35% | - |
| HSV(B) | 56.81º | 0.69% | 0.53% | - |
| XYZ | 18.69 | 21.63 | 5.38 | - |
| YUV | 122.35 | 82.66 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 131 | 42 | 0 | 0.04 | 0.69 | 0.47 | 56.81 | 0.53 | 0.35 |
| Hex | 88 | 83 | 2A | 0 | 4 | 45 | 2F | 39 | 35 | 23 |
| Octal | 210 | 203 | 52 | 0 | 4 | 105 | 57 | 71 | 65 | 43 |
| Binary | 10001000 | 10000011 | 101010 | 0 | 100 | 1000101 | 101111 | 111001 | 110101 | 100011 |
Color Harmonies of #88832A
Complementary color
Monochromatic Colors of #88832A
Black with #88832A
Text Example
Text Example
White with #88832A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88832A; }
p { color: rgb(136,131,42); }
H1.HeaderClassName
{
color: #88832A;
}
.AnyTagClassName
{
color: #88832A;
}
</style>
background-color css
<style>
a { background-color: #88832A; }
a { background-color: rgb(136,131,42); }
div.DivClassName
{
background-color: #88832A;
}
.BgClassName
{
background-color: #88832A;
}
</style>
border-color css
<style>
span { border-color: #88832A; }
span { border-color: rgb(136,131,42); }
td.TdClassName
{
border-color: #88832A;
}
.TagClassName
{
border-color: #88832A;
}
</style>