#86C094

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

Shades of Summer Green #86C094

Tints of Summer Green #86C094

Color information

#86C094 (or 0x86C094) is unknown color: approx Summer Green. HEX triplet: 86, C0 and 94. RGB value is (134,192,148). Sum of RGB (Red+Green+Blue) = 134+192+148=474 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.27% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 148 (58.20% from 255 or 31.22% from 474); Max value from RGB is 192 - color contains mainly: green. Hex color #86C094 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C094 is #793F6B. Grayscale: #A9A9A9. Windows color (decimal): -7946092 or 9748614. OLE color: 9748614.

HSL color Cylindrical-coordinate representation of color #86C094: hue angle of 134.48º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #86C094 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB134192148-
CMYK0.3000.230.25
HSL134.48º31.52%63.92%-
HSV(B)134.48º30.21%75.29%-
XYZ34.0344.9134.89-
YUV169.64115.78102.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.27%
GREEN value IS 192 (75.39% from 255) = 40.51%
BLUE value IS 148 (58.20% from 255) = 31.22%
R=28.27%
G=40.51%
B=31.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341921480.3000.230.25134.4831.5263.92
Hex86C0941E01719862040
Octal206300224360273120640100
Binary1000011011000000100101001111001011111001100001101000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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