Shades of Summer Green #86C296
Tints of Summer Green #86C296
RGB
CMYK
RGB Variations
Color information
#86C296 (or 0x86C296) is known color: Summer Green. HEX triplet: 86, C2 and 96. RGB value is (134,194,150). Sum of RGB (Red+Green+Blue) = 134+194+150=478 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.03% from 478); Green value is 194 (76.17% from 255 or 40.59% from 478); Blue value is 150 (58.98% from 255 or 31.38% from 478); Max value from RGB is 194 - color contains mainly: green. Hex color #86C296 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C296 is #793D69. Grayscale: #ABABAB. Windows color (decimal): -7945578 or 9880198. OLE color: 9880198.
HSL color Cylindrical-coordinate representation of color #86C296: hue angle of 136º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #86C296 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 194 | 150 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.24 |
| HSL | 136º | 0.33% | 0.64% | - |
| HSV(B) | 136º | 0.31% | 0.76% | - |
| XYZ | 34.63 | 45.85 | 35.88 | - |
| YUV | 171.04 | 116.12 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 194 | 150 | 0.31 | 0 | 0.23 | 0.24 | 136 | 0.33 | 0.64 |
| Hex | 86 | C2 | 96 | 1F | 0 | 17 | 18 | 88 | 21 | 40 |
| Octal | 206 | 302 | 226 | 37 | 0 | 27 | 30 | 210 | 41 | 100 |
| Binary | 10000110 | 11000010 | 10010110 | 11111 | 0 | 10111 | 11000 | 10001000 | 100001 | 1000000 |
Color Harmonies of #86C296
Complementary color
Monochromatic Colors of #86C296
Black with #86C296
Text Example
Text Example
White with #86C296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C296; }
p { color: rgb(134,194,150); }
H1.HeaderClassName
{
color: #86C296;
}
.AnyTagClassName
{
color: #86C296;
}
</style>
background-color css
<style>
a { background-color: #86C296; }
a { background-color: rgb(134,194,150); }
div.DivClassName
{
background-color: #86C296;
}
.BgClassName
{
background-color: #86C296;
}
</style>
border-color css
<style>
span { border-color: #86C296; }
span { border-color: rgb(134,194,150); }
td.TdClassName
{
border-color: #86C296;
}
.TagClassName
{
border-color: #86C296;
}
</style>