#86CC9C

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

Shades of Summer Green #86CC9C

Tints of Summer Green #86CC9C

Color information

#86CC9C (or 0x86CC9C) is unknown color: approx Summer Green. HEX triplet: 86, CC and 9C. RGB value is (134,204,156). Sum of RGB (Red+Green+Blue) = 134+204+156=494 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.13% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 156 (61.33% from 255 or 31.58% from 494); Max value from RGB is 204 - color contains mainly: green. Hex color #86CC9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86CC9C is #793363. Grayscale: #B1B1B1. Windows color (decimal): -7943012 or 10275974. OLE color: 10275974.

HSL color Cylindrical-coordinate representation of color #86CC9C: hue angle of 138.86º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86CC9C is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB134204156-
CMYK0.3400.240.2
HSL138.86º40.7%66.27%-
HSV(B)138.86º34.31%80%-
XYZ37.4350.6539.26-
YUV177.6115.8196.9-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.13%
GREEN value IS 204 (80.08% from 255) = 41.30%
BLUE value IS 156 (61.33% from 255) = 31.58%
R=27.13%
G=41.30%
B=31.58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1342041560.3400.240.2138.8640.766.27
Hex86CC9C22018148b2942
Octal206314234420302421351102
Binary10000110110011001001110010001001100010100100010111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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