Shades of Summer Green #86C393
Tints of Summer Green #86C393
RGB
CMYK
RGB Variations
Color information
#86C393 (or 0x86C393) is known color: Summer Green. HEX triplet: 86, C3 and 93. RGB value is (134,195,147). Sum of RGB (Red+Green+Blue) = 134+195+147=476 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.15% from 476); Green value is 195 (76.56% from 255 or 40.97% from 476); Blue value is 147 (57.81% from 255 or 30.88% from 476); Max value from RGB is 195 - color contains mainly: green. Hex color #86C393 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C393 is #793C6C. Grayscale: #ABABAB. Windows color (decimal): -7945325 or 9683846. OLE color: 9683846.
HSL color Cylindrical-coordinate representation of color #86C393: hue angle of 132.79º 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 #86C393 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 195 | 147 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.24 |
| HSL | 132.79º | 0.34% | 0.65% | - |
| HSV(B) | 132.79º | 0.31% | 0.76% | - |
| XYZ | 34.61 | 46.21 | 34.7 | - |
| YUV | 171.29 | 114.29 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 195 | 147 | 0.31 | 0 | 0.25 | 0.24 | 132.79 | 0.34 | 0.65 |
| Hex | 86 | C3 | 93 | 1F | 0 | 19 | 18 | 85 | 22 | 41 |
| Octal | 206 | 303 | 223 | 37 | 0 | 31 | 30 | 205 | 42 | 101 |
| Binary | 10000110 | 11000011 | 10010011 | 11111 | 0 | 11001 | 11000 | 10000101 | 100010 | 1000001 |
Color Harmonies of #86C393
Complementary color
Monochromatic Colors of #86C393
Black with #86C393
Text Example
Text Example
White with #86C393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C393; }
p { color: rgb(134,195,147); }
H1.HeaderClassName
{
color: #86C393;
}
.AnyTagClassName
{
color: #86C393;
}
</style>
background-color css
<style>
a { background-color: #86C393; }
a { background-color: rgb(134,195,147); }
div.DivClassName
{
background-color: #86C393;
}
.BgClassName
{
background-color: #86C393;
}
</style>
border-color css
<style>
span { border-color: #86C393; }
span { border-color: rgb(134,195,147); }
td.TdClassName
{
border-color: #86C393;
}
.TagClassName
{
border-color: #86C393;
}
</style>