#86B794

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

Shades of Summer Green #86B794

Tints of Summer Green #86B794

Color information

#86B794 (or 0x86B794) is unknown color: approx Summer Green. HEX triplet: 86, B7 and 94. RGB value is (134,183,148). Sum of RGB (Red+Green+Blue) = 134+183+148=465 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.82% from 465); Green value is 183 (71.88% from 255 or 39.35% from 465); Blue value is 148 (58.20% from 255 or 31.83% from 465); Max value from RGB is 183 - color contains mainly: green. Hex color #86B794 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B794 is #79486B. Grayscale: #A4A4A4. Windows color (decimal): -7948396 or 9746310. OLE color: 9746310.

HSL color Cylindrical-coordinate representation of color #86B794: hue angle of 137.14º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #86B794 is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.

Color convert

RGB134183148-
CMYK0.2700.190.28
HSL137.14º25.39%62.16%-
HSV(B)137.14º26.78%71.76%-
XYZ32.1141.0734.25-
YUV164.36118.77106.35-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.82%
GREEN value IS 183 (71.88% from 255) = 39.35%
BLUE value IS 148 (58.20% from 255) = 31.83%
R=28.82%
G=39.35%
B=31.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1341831480.2700.190.28137.1425.3962.16
Hex86B7941B0131C89193e
Octal20626722433023342113176
Binary10000110101101111001010011011010011111001000100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,183,148); }

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

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

 a { background-color: rgb(134,183,148); }

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

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

 span { border-color: rgb(134,183,148); }

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