Shades of Summer Green #88B297
Tints of Summer Green #88B297
RGB
CMYK
RGB Variations
Color information
#88B297 (or 0x88B297) is known color: Summer Green. HEX triplet: 88, B2 and 97. RGB value is (136,178,151). Sum of RGB (Red+Green+Blue) = 136+178+151=465 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.25% from 465); Green value is 178 (69.92% from 255 or 38.28% from 465); Blue value is 151 (59.38% from 255 or 32.47% from 465); Max value from RGB is 178 - color contains mainly: green. Hex color #88B297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88B297 is #774D68. Grayscale: #A2A2A2. Windows color (decimal): -7818601 or 9941640. OLE color: 9941640.
HSL color Cylindrical-coordinate representation of color #88B297: hue angle of 141.43º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #88B297 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 136 | 178 | 151 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.30 |
| HSL | 141.43º | 0.21% | 0.62% | - |
| HSV(B) | 141.43º | 0.24% | 0.7% | - |
| XYZ | 31.66 | 39.31 | 35.2 | - |
| YUV | 162.36 | 121.59 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 178 | 151 | 0.24 | 0 | 0.15 | 0.30 | 141.43 | 0.21 | 0.62 |
| Hex | 88 | B2 | 97 | 18 | 0 | F | 1E | 8D | 15 | 3E |
| Octal | 210 | 262 | 227 | 30 | 0 | 17 | 36 | 215 | 25 | 76 |
| Binary | 10001000 | 10110010 | 10010111 | 11000 | 0 | 1111 | 11110 | 10001101 | 10101 | 111110 |
Color Harmonies of #88B297
Complementary color
Monochromatic Colors of #88B297
Black with #88B297
Text Example
Text Example
White with #88B297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B297; }
p { color: rgb(136,178,151); }
H1.HeaderClassName
{
color: #88B297;
}
.AnyTagClassName
{
color: #88B297;
}
</style>
background-color css
<style>
a { background-color: #88B297; }
a { background-color: rgb(136,178,151); }
div.DivClassName
{
background-color: #88B297;
}
.BgClassName
{
background-color: #88B297;
}
</style>
border-color css
<style>
span { border-color: #88B297; }
span { border-color: rgb(136,178,151); }
td.TdClassName
{
border-color: #88B297;
}
.TagClassName
{
border-color: #88B297;
}
</style>