Shades of Summer Green #86BC96
Tints of Summer Green #86BC96
RGB
CMYK
RGB Variations
Color information
#86BC96 (or 0x86BC96) is known color: Summer Green. HEX triplet: 86, BC and 96. RGB value is (134,188,150). Sum of RGB (Red+Green+Blue) = 134+188+150=472 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.39% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 150 (58.98% from 255 or 31.78% from 472); Max value from RGB is 188 - color contains mainly: green. Hex color #86BC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BC96 is #794369. Grayscale: #A7A7A7. Windows color (decimal): -7947114 or 9878662. OLE color: 9878662.
HSL color Cylindrical-coordinate representation of color #86BC96: hue angle of 137.78º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #86BC96 is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 188 | 150 | - |
| CMYK | 0.29 | 0 | 0.20 | 0.26 |
| HSL | 137.78º | 0.29% | 0.63% | - |
| HSV(B) | 137.78º | 0.29% | 0.74% | - |
| XYZ | 33.32 | 43.24 | 35.44 | - |
| YUV | 167.52 | 118.11 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 188 | 150 | 0.29 | 0 | 0.20 | 0.26 | 137.78 | 0.29 | 0.63 |
| Hex | 86 | BC | 96 | 1D | 0 | 14 | 1A | 8A | 1D | 3F |
| Octal | 206 | 274 | 226 | 35 | 0 | 24 | 32 | 212 | 35 | 77 |
| Binary | 10000110 | 10111100 | 10010110 | 11101 | 0 | 10100 | 11010 | 10001010 | 11101 | 111111 |
Color Harmonies of #86BC96
Complementary color
Monochromatic Colors of #86BC96
Black with #86BC96
Text Example
Text Example
White with #86BC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BC96; }
p { color: rgb(134,188,150); }
H1.HeaderClassName
{
color: #86BC96;
}
.AnyTagClassName
{
color: #86BC96;
}
</style>
background-color css
<style>
a { background-color: #86BC96; }
a { background-color: rgb(134,188,150); }
div.DivClassName
{
background-color: #86BC96;
}
.BgClassName
{
background-color: #86BC96;
}
</style>
border-color css
<style>
span { border-color: #86BC96; }
span { border-color: rgb(134,188,150); }
td.TdClassName
{
border-color: #86BC96;
}
.TagClassName
{
border-color: #86BC96;
}
</style>