#86BD9D

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

Shades of Summer Green #86BD9D

Tints of Summer Green #86BD9D

Color information

#86BD9D (or 0x86BD9D) is unknown color: approx Summer Green. HEX triplet: 86, BD and 9D. RGB value is (134,189,157). Sum of RGB (Red+Green+Blue) = 134+189+157=480 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.92% from 480); Green value is 189 (74.22% from 255 or 39.38% from 480); Blue value is 157 (61.72% from 255 or 32.71% from 480); Max value from RGB is 189 - color contains mainly: green. Hex color #86BD9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BD9D is #794262. Grayscale: #A8A8A8. Windows color (decimal): -7946851 or 10337670. OLE color: 10337670.

HSL color Cylindrical-coordinate representation of color #86BD9D: hue angle of 145.09º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #86BD9D is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB134189157-
CMYK0.2900.170.26
HSL145.09º29.41%63.33%-
HSV(B)145.09º29.1%74.12%-
XYZ34.1143.938.57-
YUV168.91121.28103.1-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.92%
GREEN value IS 189 (74.22% from 255) = 39.38%
BLUE value IS 157 (61.72% from 255) = 32.71%
R=27.92%
G=39.38%
B=32.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1341891570.2900.170.26145.0929.4163.33
Hex86BD9D1D0111A911d3f
Octal20627523535021322213577
Binary10000110101111011001110111101010001110101001000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,189,157); }

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

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

 a { background-color: rgb(134,189,157); }

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

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

 span { border-color: rgb(134,189,157); }

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