#86BB9F

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

Shades of Summer Green #86BB9F

Tints of Summer Green #86BB9F

Color information

#86BB9F (or 0x86BB9F) is unknown color: approx Summer Green. HEX triplet: 86, BB and 9F. RGB value is (134,187,159). Sum of RGB (Red+Green+Blue) = 134+187+159=480 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.92% from 480); Green value is 187 (73.44% from 255 or 38.96% from 480); Blue value is 159 (62.5% from 255 or 33.12% from 480); Max value from RGB is 187 - color contains mainly: green. Hex color #86BB9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BB9F is #794460. Grayscale: #A8A8A8. Windows color (decimal): -7947361 or 10468230. OLE color: 10468230.

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

Color convert

RGB134187159-
CMYK0.2800.150.27
HSL148.3º28.04%62.94%-
HSV(B)148.3º28.34%73.33%-
XYZ33.8643.1139.34-
YUV167.96122.94103.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.92%
GREEN value IS 187 (73.44% from 255) = 38.96%
BLUE value IS 159 (62.5% from 255) = 33.12%
R=27.92%
G=38.96%
B=33.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1341871590.2800.150.27148.328.0462.94
Hex86BB9F1C0F1B941c3f
Octal20627323734017332243477
Binary1000011010111011100111111110001111110111001010011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,187,159); }

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

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

 a { background-color: rgb(134,187,159); }

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

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

 span { border-color: rgb(134,187,159); }

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