#86BA99

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

Shades of Summer Green #86BA99

Tints of Summer Green #86BA99

Color information

#86BA99 (or 0x86BA99) is unknown color: approx Summer Green. HEX triplet: 86, BA and 99. RGB value is (134,186,153). Sum of RGB (Red+Green+Blue) = 134+186+153=473 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.33% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 153 (60.16% from 255 or 32.35% from 473); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BA99 is #794566. Grayscale: #A6A6A6. Windows color (decimal): -7947623 or 10074758. OLE color: 10074758.

HSL color Cylindrical-coordinate representation of color #86BA99: hue angle of 141.92º 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 #86BA99 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB134186153-
CMYK0.2800.180.27
HSL141.92º27.37%62.75%-
HSV(B)141.92º27.96%72.94%-
XYZ33.1442.4936.59-
YUV166.69120.27104.68-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.33%
GREEN value IS 186 (73.05% from 255) = 39.32%
BLUE value IS 153 (60.16% from 255) = 32.35%
R=28.33%
G=39.32%
B=32.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1341861530.2800.180.27141.9227.3762.75
Hex86BA991C0121B8e1b3f
Octal20627223134022332163377
Binary10000110101110101001100111100010010110111000111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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