#86BA9C

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

Shades of Summer Green #86BA9C

Tints of Summer Green #86BA9C

Color information

#86BA9C (or 0x86BA9C) is unknown color: approx Summer Green. HEX triplet: 86, BA and 9C. RGB value is (134,186,156). Sum of RGB (Red+Green+Blue) = 134+186+156=476 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.15% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 156 (61.33% from 255 or 32.77% from 476); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BA9C is #794563. Grayscale: #A7A7A7. Windows color (decimal): -7947620 or 10271366. OLE color: 10271366.

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

Color convert

RGB134186156-
CMYK0.2800.160.27
HSL145.38º27.37%62.75%-
HSV(B)145.38º27.96%72.94%-
XYZ33.3942.5937.91-
YUV167.03121.77104.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.15%
GREEN value IS 186 (73.05% from 255) = 39.08%
BLUE value IS 156 (61.33% from 255) = 32.77%
R=28.15%
G=39.08%
B=32.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1341861560.2800.160.27145.3827.3762.75
Hex86BA9C1C0101B911b3f
Octal20627223434020332213377
Binary10000110101110101001110011100010000110111001000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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