Shades of Summer Green #86C59B
Tints of Summer Green #86C59B
RGB
CMYK
RGB Variations
Color information
#86C59B (or 0x86C59B) is known color: Summer Green. HEX triplet: 86, C5 and 9B. RGB value is (134,197,155). Sum of RGB (Red+Green+Blue) = 134+197+155=486 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.57% from 486); Green value is 197 (77.34% from 255 or 40.53% from 486); Blue value is 155 (60.94% from 255 or 31.89% from 486); Max value from RGB is 197 - color contains mainly: green. Hex color #86C59B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C59B is #793A64. Grayscale: #ADADAD. Windows color (decimal): -7944805 or 10208646. OLE color: 10208646.
HSL color Cylindrical-coordinate representation of color #86C59B: hue angle of 140º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #86C59B is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 134 | 197 | 155 | - |
| CMYK | 0.32 | 0 | 0.21 | 0.23 |
| HSL | 140º | 0.35% | 0.65% | - |
| HSV(B) | 140º | 0.32% | 0.77% | - |
| XYZ | 35.71 | 47.37 | 38.27 | - |
| YUV | 173.38 | 117.63 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 197 | 155 | 0.32 | 0 | 0.21 | 0.23 | 140 | 0.35 | 0.65 |
| Hex | 86 | C5 | 9B | 20 | 0 | 15 | 17 | 8C | 23 | 41 |
| Octal | 206 | 305 | 233 | 40 | 0 | 25 | 27 | 214 | 43 | 101 |
| Binary | 10000110 | 11000101 | 10011011 | 100000 | 0 | 10101 | 10111 | 10001100 | 100011 | 1000001 |
Color Harmonies of #86C59B
Complementary color
Monochromatic Colors of #86C59B
Black with #86C59B
Text Example
Text Example
White with #86C59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C59B; }
p { color: rgb(134,197,155); }
H1.HeaderClassName
{
color: #86C59B;
}
.AnyTagClassName
{
color: #86C59B;
}
</style>
background-color css
<style>
a { background-color: #86C59B; }
a { background-color: rgb(134,197,155); }
div.DivClassName
{
background-color: #86C59B;
}
.BgClassName
{
background-color: #86C59B;
}
</style>
border-color css
<style>
span { border-color: #86C59B; }
span { border-color: rgb(134,197,155); }
td.TdClassName
{
border-color: #86C59B;
}
.TagClassName
{
border-color: #86C59B;
}
</style>