Shades of Summer Green #88B49B
Tints of Summer Green #88B49B
RGB
CMYK
RGB Variations
Color information
#88B49B (or 0x88B49B) is known color: Summer Green. HEX triplet: 88, B4 and 9B. RGB value is (136,180,155). Sum of RGB (Red+Green+Blue) = 136+180+155=471 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.87% from 471); Green value is 180 (70.70% from 255 or 38.22% from 471); Blue value is 155 (60.94% from 255 or 32.91% from 471); Max value from RGB is 180 - color contains mainly: green. Hex color #88B49B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88B49B is #774B64. Grayscale: #A4A4A4. Windows color (decimal): -7818085 or 10204296. OLE color: 10204296.
HSL color Cylindrical-coordinate representation of color #88B49B: hue angle of 145.91º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #88B49B is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 136 | 180 | 155 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.29 |
| HSL | 145.91º | 0.23% | 0.62% | - |
| HSV(B) | 145.91º | 0.24% | 0.71% | - |
| XYZ | 32.39 | 40.24 | 37.07 | - |
| YUV | 163.99 | 122.92 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 180 | 155 | 0.24 | 0 | 0.14 | 0.29 | 145.91 | 0.23 | 0.62 |
| Hex | 88 | B4 | 9B | 18 | 0 | E | 1D | 92 | 17 | 3E |
| Octal | 210 | 264 | 233 | 30 | 0 | 16 | 35 | 222 | 27 | 76 |
| Binary | 10001000 | 10110100 | 10011011 | 11000 | 0 | 1110 | 11101 | 10010010 | 10111 | 111110 |
Color Harmonies of #88B49B
Complementary color
Monochromatic Colors of #88B49B
Black with #88B49B
Text Example
Text Example
White with #88B49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B49B; }
p { color: rgb(136,180,155); }
H1.HeaderClassName
{
color: #88B49B;
}
.AnyTagClassName
{
color: #88B49B;
}
</style>
background-color css
<style>
a { background-color: #88B49B; }
a { background-color: rgb(136,180,155); }
div.DivClassName
{
background-color: #88B49B;
}
.BgClassName
{
background-color: #88B49B;
}
</style>
border-color css
<style>
span { border-color: #88B49B; }
span { border-color: rgb(136,180,155); }
td.TdClassName
{
border-color: #88B49B;
}
.TagClassName
{
border-color: #88B49B;
}
</style>