#86C391

Color #86C391 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #86C391

Tints of De York #86C391

Color information

#86C391 (or 0x86C391) is unknown color: approx De York. HEX triplet: 86, C3 and 91. RGB value is (134,195,145). Sum of RGB (Red+Green+Blue) = 134+195+145=474 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.27% from 474); Green value is 195 (76.56% from 255 or 41.14% from 474); Blue value is 145 (57.03% from 255 or 30.59% from 474); Max value from RGB is 195 - color contains mainly: green. Hex color #86C391 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C391 is #793C6E. Grayscale: #ABABAB. Windows color (decimal): -7945327 or 9552774. OLE color: 9552774.

HSL color Cylindrical-coordinate representation of color #86C391: hue angle of 130.82º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #86C391 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB134195145-
CMYK0.3100.260.24
HSL130.82º33.7%64.51%-
HSV(B)130.82º31.28%76.47%-
XYZ34.4646.1433.88-
YUV171.06113.29101.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.27%
GREEN value IS 195 (76.56% from 255) = 41.14%
BLUE value IS 145 (57.03% from 255) = 30.59%
R=28.27%
G=41.14%
B=30.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1341951450.3100.260.24130.8233.764.51
Hex86C3911F01A18832241
Octal206303221370323020342101
Binary1000011011000011100100011111101101011000100000111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,195,145); }

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

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

 a { background-color: rgb(134,195,145); }

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

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

 span { border-color: rgb(134,195,145); }

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