Shades of Summer Green #86CB9C
Tints of Summer Green #86CB9C
RGB
CMYK
RGB Variations
Color information
#86CB9C (or 0x86CB9C) is known color: Summer Green. HEX triplet: 86, CB and 9C. RGB value is (134,203,156). Sum of RGB (Red+Green+Blue) = 134+203+156=493 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.18% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 156 (61.33% from 255 or 31.64% from 493); Max value from RGB is 203 - color contains mainly: green. Hex color #86CB9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86CB9C is #793463. Grayscale: #B1B1B1. Windows color (decimal): -7943268 or 10275718. OLE color: 10275718.
HSL color Cylindrical-coordinate representation of color #86CB9C: hue angle of 139.13º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86CB9C is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 203 | 156 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.20 |
| HSL | 139.13º | 0.4% | 0.66% | - |
| HSV(B) | 139.13º | 0.34% | 0.8% | - |
| XYZ | 37.19 | 50.18 | 39.18 | - |
| YUV | 177.01 | 116.14 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 203 | 156 | 0.34 | 0 | 0.23 | 0.20 | 139.13 | 0.4 | 0.66 |
| Hex | 86 | CB | 9C | 22 | 0 | 17 | 14 | 8B | 28 | 42 |
| Octal | 206 | 313 | 234 | 42 | 0 | 27 | 24 | 213 | 50 | 102 |
| Binary | 10000110 | 11001011 | 10011100 | 100010 | 0 | 10111 | 10100 | 10001011 | 101000 | 1000010 |
Color Harmonies of #86CB9C
Complementary color
Monochromatic Colors of #86CB9C
Black with #86CB9C
Text Example
Text Example
White with #86CB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CB9C; }
p { color: rgb(134,203,156); }
H1.HeaderClassName
{
color: #86CB9C;
}
.AnyTagClassName
{
color: #86CB9C;
}
</style>
background-color css
<style>
a { background-color: #86CB9C; }
a { background-color: rgb(134,203,156); }
div.DivClassName
{
background-color: #86CB9C;
}
.BgClassName
{
background-color: #86CB9C;
}
</style>
border-color css
<style>
span { border-color: #86CB9C; }
span { border-color: rgb(134,203,156); }
td.TdClassName
{
border-color: #86CB9C;
}
.TagClassName
{
border-color: #86CB9C;
}
</style>