#86BE9B

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

Shades of Summer Green #86BE9B

Tints of Summer Green #86BE9B

Color information

#86BE9B (or 0x86BE9B) is unknown color: approx Summer Green. HEX triplet: 86, BE and 9B. RGB value is (134,190,155). Sum of RGB (Red+Green+Blue) = 134+190+155=479 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.97% from 479); Green value is 190 (74.61% from 255 or 39.67% from 479); Blue value is 155 (60.94% from 255 or 32.36% from 479); Max value from RGB is 190 - color contains mainly: green. Hex color #86BE9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BE9B is #794164. Grayscale: #A9A9A9. Windows color (decimal): -7946597 or 10206854. OLE color: 10206854.

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

Color convert

RGB134190155-
CMYK0.2900.180.25
HSL142.5º30.11%63.53%-
HSV(B)142.5º29.47%74.51%-
XYZ34.1644.2637.75-
YUV169.27119.95102.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.97%
GREEN value IS 190 (74.61% from 255) = 39.67%
BLUE value IS 155 (60.94% from 255) = 32.36%
R=27.97%
G=39.67%
B=32.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341901550.2900.180.25142.530.1163.53
Hex86BE9B1D012198e1e40
Octal206276233350223121636100
Binary100001101011111010011011111010100101100110001110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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