#86BE97

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

Shades of Summer Green #86BE97

Tints of Summer Green #86BE97

Color information

#86BE97 (or 0x86BE97) is unknown color: approx Summer Green. HEX triplet: 86, BE and 97. RGB value is (134,190,151). Sum of RGB (Red+Green+Blue) = 134+190+151=475 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.21% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 151 (59.38% from 255 or 31.79% from 475); Max value from RGB is 190 - color contains mainly: green. Hex color #86BE97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BE97 is #794168. Grayscale: #A8A8A8. Windows color (decimal): -7946601 or 9944710. OLE color: 9944710.

HSL color Cylindrical-coordinate representation of color #86BE97: hue angle of 138.21º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #86BE97 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB134190151-
CMYK0.2900.210.25
HSL138.21º30.11%63.53%-
HSV(B)138.21º29.47%74.51%-
XYZ33.8344.1336.01-
YUV168.81117.95103.17-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.21%
GREEN value IS 190 (74.61% from 255) = 40%
BLUE value IS 151 (59.38% from 255) = 31.79%
R=28.21%
G=40%
B=31.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341901510.2900.210.25138.2130.1163.53
Hex86BE971D015198a1e40
Octal206276227350253121236100
Binary100001101011111010010111111010101011100110001010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,190,151); }

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

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

 a { background-color: rgb(134,190,151); }

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

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

 span { border-color: rgb(134,190,151); }

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