Shades of Summer Green #86B997
Tints of Summer Green #86B997
RGB
CMYK
RGB Variations
Color information
#86B997 (or 0x86B997) is known color: Summer Green. HEX triplet: 86, B9 and 97. RGB value is (134,185,151). Sum of RGB (Red+Green+Blue) = 134+185+151=470 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.51% from 470); Green value is 185 (72.66% from 255 or 39.36% from 470); Blue value is 151 (59.38% from 255 or 32.13% from 470); Max value from RGB is 185 - color contains mainly: green. Hex color #86B997 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B997 is #794668. Grayscale: #A5A5A5. Windows color (decimal): -7947881 or 9943430. OLE color: 9943430.
HSL color Cylindrical-coordinate representation of color #86B997: hue angle of 140º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #86B997 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 185 | 151 | - |
| CMYK | 0.28 | 0 | 0.18 | 0.27 |
| HSL | 140º | 0.27% | 0.63% | - |
| HSV(B) | 140º | 0.28% | 0.73% | - |
| XYZ | 32.77 | 42 | 35.66 | - |
| YUV | 165.88 | 119.6 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 185 | 151 | 0.28 | 0 | 0.18 | 0.27 | 140 | 0.27 | 0.63 |
| Hex | 86 | B9 | 97 | 1C | 0 | 12 | 1B | 8C | 1B | 3F |
| Octal | 206 | 271 | 227 | 34 | 0 | 22 | 33 | 214 | 33 | 77 |
| Binary | 10000110 | 10111001 | 10010111 | 11100 | 0 | 10010 | 11011 | 10001100 | 11011 | 111111 |
Color Harmonies of #86B997
Complementary color
Monochromatic Colors of #86B997
Black with #86B997
Text Example
Text Example
White with #86B997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B997; }
p { color: rgb(134,185,151); }
H1.HeaderClassName
{
color: #86B997;
}
.AnyTagClassName
{
color: #86B997;
}
</style>
background-color css
<style>
a { background-color: #86B997; }
a { background-color: rgb(134,185,151); }
div.DivClassName
{
background-color: #86B997;
}
.BgClassName
{
background-color: #86B997;
}
</style>
border-color css
<style>
span { border-color: #86B997; }
span { border-color: rgb(134,185,151); }
td.TdClassName
{
border-color: #86B997;
}
.TagClassName
{
border-color: #86B997;
}
</style>