#86BA95

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

Shades of Summer Green #86BA95

Tints of Summer Green #86BA95

Color information

#86BA95 (or 0x86BA95) is unknown color: approx Summer Green. HEX triplet: 86, BA and 95. RGB value is (134,186,149). Sum of RGB (Red+Green+Blue) = 134+186+149=469 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.57% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 149 (58.59% from 255 or 31.77% from 469); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BA95 is #79456A. Grayscale: #A6A6A6. Windows color (decimal): -7947627 or 9812614. OLE color: 9812614.

HSL color Cylindrical-coordinate representation of color #86BA95: hue angle of 137.31º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #86BA95 is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB134186149-
CMYK0.2800.200.27
HSL137.31º27.37%62.75%-
HSV(B)137.31º27.96%72.94%-
XYZ32.8242.3634.88-
YUV166.23118.27105.01-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.57%
GREEN value IS 186 (73.05% from 255) = 39.66%
BLUE value IS 149 (58.59% from 255) = 31.77%
R=28.57%
G=39.66%
B=31.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1341861490.2800.200.27137.3127.3762.75
Hex86BA951C0141B891b3f
Octal20627222534024332113377
Binary10000110101110101001010111100010100110111000100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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