#86BB9A

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

Shades of Summer Green #86BB9A

Tints of Summer Green #86BB9A

Color information

#86BB9A (or 0x86BB9A) is unknown color: approx Summer Green. HEX triplet: 86, BB and 9A. RGB value is (134,187,154). Sum of RGB (Red+Green+Blue) = 134+187+154=475 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.21% from 475); Green value is 187 (73.44% from 255 or 39.37% from 475); Blue value is 154 (60.55% from 255 or 32.42% from 475); Max value from RGB is 187 - color contains mainly: green. Hex color #86BB9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BB9A is #794465. Grayscale: #A7A7A7. Windows color (decimal): -7947366 or 10140550. OLE color: 10140550.

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

Color convert

RGB134187154-
CMYK0.2800.180.27
HSL142.64º28.04%62.94%-
HSV(B)142.64º28.34%73.33%-
XYZ33.4342.9437.1-
YUV167.39120.44104.18-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.21%
GREEN value IS 187 (73.44% from 255) = 39.37%
BLUE value IS 154 (60.55% from 255) = 32.42%
R=28.21%
G=39.37%
B=32.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1341871540.2800.180.27142.6428.0462.94
Hex86BB9A1C0121B8f1c3f
Octal20627323234022332173477
Binary10000110101110111001101011100010010110111000111111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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