#86C387

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

Shades of De York #86C387

Tints of De York #86C387

Color information

#86C387 (or 0x86C387) is unknown color: approx De York. HEX triplet: 86, C3 and 87. RGB value is (134,195,135). Sum of RGB (Red+Green+Blue) = 134+195+135=464 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.88% from 464); Green value is 195 (76.56% from 255 or 42.03% from 464); Blue value is 135 (53.12% from 255 or 29.09% from 464); Max value from RGB is 195 - color contains mainly: green. Hex color #86C387 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C387 is #793C78. Grayscale: #AAAAAA. Windows color (decimal): -7945337 or 8897414. OLE color: 8897414.

HSL color Cylindrical-coordinate representation of color #86C387: hue angle of 120.98º 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 #86C387 is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB134195135-
CMYK0.3100.310.24
HSL120.98º33.7%64.51%-
HSV(B)120.98º31.28%76.47%-
XYZ33.7245.8529.99-
YUV169.92108.29102.38-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.88%
GREEN value IS 195 (76.56% from 255) = 42.03%
BLUE value IS 135 (53.12% from 255) = 29.09%
R=28.88%
G=42.03%
B=29.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1341951350.3100.310.24120.9833.764.51
Hex86C3871F01F18792241
Octal206303207370373017142101
Binary100001101100001110000111111110111111100011110011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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