Shades of Summer Green #88BD9C
Tints of Summer Green #88BD9C
RGB
CMYK
RGB Variations
Color information
#88BD9C (or 0x88BD9C) is known color: Summer Green. HEX triplet: 88, BD and 9C. RGB value is (136,189,156). Sum of RGB (Red+Green+Blue) = 136+189+156=481 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.27% from 481); Green value is 189 (74.22% from 255 or 39.29% from 481); Blue value is 156 (61.33% from 255 or 32.43% from 481); Max value from RGB is 189 - color contains mainly: green. Hex color #88BD9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88BD9C is #774263. Grayscale: #A9A9A9. Windows color (decimal): -7815780 or 10272136. OLE color: 10272136.
HSL color Cylindrical-coordinate representation of color #88BD9C: hue angle of 142.64º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #88BD9C is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 189 | 156 | - |
| CMYK | 0.28 | 0 | 0.17 | 0.26 |
| HSL | 142.64º | 0.29% | 0.64% | - |
| HSV(B) | 142.64º | 0.28% | 0.74% | - |
| XYZ | 34.35 | 44.03 | 38.14 | - |
| YUV | 169.39 | 120.44 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 189 | 156 | 0.28 | 0 | 0.17 | 0.26 | 142.64 | 0.29 | 0.64 |
| Hex | 88 | BD | 9C | 1C | 0 | 11 | 1A | 8F | 1D | 40 |
| Octal | 210 | 275 | 234 | 34 | 0 | 21 | 32 | 217 | 35 | 100 |
| Binary | 10001000 | 10111101 | 10011100 | 11100 | 0 | 10001 | 11010 | 10001111 | 11101 | 1000000 |
Color Harmonies of #88BD9C
Complementary color
Monochromatic Colors of #88BD9C
Black with #88BD9C
Text Example
Text Example
White with #88BD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BD9C; }
p { color: rgb(136,189,156); }
H1.HeaderClassName
{
color: #88BD9C;
}
.AnyTagClassName
{
color: #88BD9C;
}
</style>
background-color css
<style>
a { background-color: #88BD9C; }
a { background-color: rgb(136,189,156); }
div.DivClassName
{
background-color: #88BD9C;
}
.BgClassName
{
background-color: #88BD9C;
}
</style>
border-color css
<style>
span { border-color: #88BD9C; }
span { border-color: rgb(136,189,156); }
td.TdClassName
{
border-color: #88BD9C;
}
.TagClassName
{
border-color: #88BD9C;
}
</style>