#86C395

Color #86C395 Summer Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Green #86C395

Tints of Summer Green #86C395

Color information

#86C395 (or 0x86C395) is unknown color: approx Summer Green. HEX triplet: 86, C3 and 95. RGB value is (134,195,149). Sum of RGB (Red+Green+Blue) = 134+195+149=478 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.03% from 478); Green value is 195 (76.56% from 255 or 40.79% from 478); Blue value is 149 (58.59% from 255 or 31.17% from 478); Max value from RGB is 195 - color contains mainly: green. Hex color #86C395 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C395 is #793C6A. Grayscale: #ABABAB. Windows color (decimal): -7945323 or 9814918. OLE color: 9814918.

HSL color Cylindrical-coordinate representation of color #86C395: hue angle of 134.75º 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 #86C395 is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB134195149-
CMYK0.3100.240.24
HSL134.75º33.7%64.51%-
HSV(B)134.75º31.28%76.47%-
XYZ34.7746.2735.53-
YUV171.52115.29101.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 28.03%
GREEN value IS 195 (76.56% from 255) = 40.79%
BLUE value IS 149 (58.59% from 255) = 31.17%
R=28.03%
G=40.79%
B=31.17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1341951490.3100.240.24134.7533.764.51
Hex86C3951F01818872241
Octal206303225370303020742101
Binary1000011011000011100101011111101100011000100001111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86C395; }

 p { color: rgb(134,195,149); }

 H1.HeaderClassName
 {
   color: #86C395;
 }
 .AnyTagClassName
 {
   color: #86C395;
 }
</style>
background-color css

<style>
 a { background-color: #86C395; }

 a { background-color: rgb(134,195,149); }

 div.DivClassName
 {
   background-color: #86C395;
 }
 .BgClassName
 {
   background-color: #86C395;
 }
</style>
border-color css

<style>
 span { border-color: #86C395; }

 span { border-color: rgb(134,195,149); }

 td.TdClassName
 {
   border-color: #86C395;
 }
 .TagClassName
 {
   border-color: #86C395;
 }
</style>