Shades of Summer Green #88B298
Tints of Summer Green #88B298
RGB
CMYK
RGB Variations
Color information
#88B298 (or 0x88B298) is known color: Summer Green. HEX triplet: 88, B2 and 98. RGB value is (136,178,152). Sum of RGB (Red+Green+Blue) = 136+178+152=466 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.18% from 466); Green value is 178 (69.92% from 255 or 38.20% from 466); Blue value is 152 (59.77% from 255 or 32.62% from 466); Max value from RGB is 178 - color contains mainly: green. Hex color #88B298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88B298 is #774D67. Grayscale: #A2A2A2. Windows color (decimal): -7818600 or 10007176. OLE color: 10007176.
HSL color Cylindrical-coordinate representation of color #88B298: hue angle of 142.86º 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 #88B298 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 136 | 178 | 152 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.30 |
| HSL | 142.86º | 0.21% | 0.62% | - |
| HSV(B) | 142.86º | 0.24% | 0.7% | - |
| XYZ | 31.74 | 39.34 | 35.63 | - |
| YUV | 162.48 | 122.09 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 178 | 152 | 0.24 | 0 | 0.15 | 0.30 | 142.86 | 0.21 | 0.62 |
| Hex | 88 | B2 | 98 | 18 | 0 | F | 1E | 8F | 15 | 3E |
| Octal | 210 | 262 | 230 | 30 | 0 | 17 | 36 | 217 | 25 | 76 |
| Binary | 10001000 | 10110010 | 10011000 | 11000 | 0 | 1111 | 11110 | 10001111 | 10101 | 111110 |
Color Harmonies of #88B298
Complementary color
Monochromatic Colors of #88B298
Black with #88B298
Text Example
Text Example
White with #88B298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B298; }
p { color: rgb(136,178,152); }
H1.HeaderClassName
{
color: #88B298;
}
.AnyTagClassName
{
color: #88B298;
}
</style>
background-color css
<style>
a { background-color: #88B298; }
a { background-color: rgb(136,178,152); }
div.DivClassName
{
background-color: #88B298;
}
.BgClassName
{
background-color: #88B298;
}
</style>
border-color css
<style>
span { border-color: #88B298; }
span { border-color: rgb(136,178,152); }
td.TdClassName
{
border-color: #88B298;
}
.TagClassName
{
border-color: #88B298;
}
</style>