#86C393

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

Shades of Summer Green #86C393

Tints of Summer Green #86C393

Color information

#86C393 (or 0x86C393) is unknown color: approx 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

RGB134195147-
CMYK0.3100.250.24
HSL132.79º33.7%64.51%-
HSV(B)132.79º31.28%76.47%-
XYZ34.6146.2134.7-
YUV171.29114.29101.4-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.15%
GREEN value IS 195 (76.56% from 255) = 40.97%
BLUE value IS 147 (57.81% from 255) = 30.88%
R=28.15%
G=40.97%
B=30.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1341951470.3100.250.24132.7933.764.51
Hex86C3931F01918852241
Octal206303223370313020542101
Binary1000011011000011100100111111101100111000100001011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>