Shades of Trendy Green #888B2A
Tints of Trendy Green #888B2A
RGB
CMYK
RGB Variations
Color information
#888B2A (or 0x888B2A) is known color: Trendy Green. HEX triplet: 88, 8B and 2A. RGB value is (136,139,42). Sum of RGB (Red+Green+Blue) = 136+139+42=317 (41% of max value = 765). Red value is 136 (53.52% from 255 or 42.90% from 317); Green value is 139 (54.69% from 255 or 43.85% from 317); Blue value is 42 (16.80% from 255 or 13.25% from 317); Max value from RGB is 139 - color contains mainly: green. Hex color #888B2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888B2A is #7774D5. Grayscale: #7F7F7F. Windows color (decimal): -7828694 or 2788232. OLE color: 2788232.
HSL color Cylindrical-coordinate representation of color #888B2A: hue angle of 61.86º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #888B2A is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 139 | 42 | - |
| CMYK | 0.02 | 0 | 0.70 | 0.45 |
| HSL | 61.86º | 0.54% | 0.35% | - |
| HSV(B) | 61.86º | 0.7% | 0.55% | - |
| XYZ | 19.8 | 23.87 | 5.75 | - |
| YUV | 127.05 | 80.01 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 139 | 42 | 0.02 | 0 | 0.70 | 0.45 | 61.86 | 0.54 | 0.35 |
| Hex | 88 | 8B | 2A | 2 | 0 | 46 | 2D | 3E | 36 | 23 |
| Octal | 210 | 213 | 52 | 2 | 0 | 106 | 55 | 76 | 66 | 43 |
| Binary | 10001000 | 10001011 | 101010 | 10 | 0 | 1000110 | 101101 | 111110 | 110110 | 100011 |
Color Harmonies of #888B2A
Complementary color
Monochromatic Colors of #888B2A
Black with #888B2A
Text Example
Text Example
White with #888B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888B2A; }
p { color: rgb(136,139,42); }
H1.HeaderClassName
{
color: #888B2A;
}
.AnyTagClassName
{
color: #888B2A;
}
</style>
background-color css
<style>
a { background-color: #888B2A; }
a { background-color: rgb(136,139,42); }
div.DivClassName
{
background-color: #888B2A;
}
.BgClassName
{
background-color: #888B2A;
}
</style>
border-color css
<style>
span { border-color: #888B2A; }
span { border-color: rgb(136,139,42); }
td.TdClassName
{
border-color: #888B2A;
}
.TagClassName
{
border-color: #888B2A;
}
</style>