Shades of Summer Green #86C396
Tints of Summer Green #86C396
RGB
CMYK
RGB Variations
Color information
#86C396 (or 0x86C396) is known color: Summer Green. HEX triplet: 86, C3 and 96. RGB value is (134,195,150). Sum of RGB (Red+Green+Blue) = 134+195+150=479 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.97% from 479); Green value is 195 (76.56% from 255 or 40.71% from 479); Blue value is 150 (58.98% from 255 or 31.32% from 479); Max value from RGB is 195 - color contains mainly: green. Hex color #86C396 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C396 is #793C69. Grayscale: #ABABAB. Windows color (decimal): -7945322 or 9880454. OLE color: 9880454.
HSL color Cylindrical-coordinate representation of color #86C396: hue angle of 135.74º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #86C396 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 195 | 150 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.24 |
| HSL | 135.74º | 0.34% | 0.65% | - |
| HSV(B) | 135.74º | 0.31% | 0.76% | - |
| XYZ | 34.85 | 46.3 | 35.95 | - |
| YUV | 171.63 | 115.79 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 195 | 150 | 0.31 | 0 | 0.23 | 0.24 | 135.74 | 0.34 | 0.65 |
| Hex | 86 | C3 | 96 | 1F | 0 | 17 | 18 | 88 | 22 | 41 |
| Octal | 206 | 303 | 226 | 37 | 0 | 27 | 30 | 210 | 42 | 101 |
| Binary | 10000110 | 11000011 | 10010110 | 11111 | 0 | 10111 | 11000 | 10001000 | 100010 | 1000001 |
Color Harmonies of #86C396
Complementary color
Monochromatic Colors of #86C396
Black with #86C396
Text Example
Text Example
White with #86C396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C396; }
p { color: rgb(134,195,150); }
H1.HeaderClassName
{
color: #86C396;
}
.AnyTagClassName
{
color: #86C396;
}
</style>
background-color css
<style>
a { background-color: #86C396; }
a { background-color: rgb(134,195,150); }
div.DivClassName
{
background-color: #86C396;
}
.BgClassName
{
background-color: #86C396;
}
</style>
border-color css
<style>
span { border-color: #86C396; }
span { border-color: rgb(134,195,150); }
td.TdClassName
{
border-color: #86C396;
}
.TagClassName
{
border-color: #86C396;
}
</style>