#86C38E

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

Shades of De York #86C38E

Tints of De York #86C38E

Color information

#86C38E (or 0x86C38E) is unknown color: approx De York. HEX triplet: 86, C3 and 8E. RGB value is (134,195,142). Sum of RGB (Red+Green+Blue) = 134+195+142=471 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.45% from 471); Green value is 195 (76.56% from 255 or 41.40% from 471); Blue value is 142 (55.86% from 255 or 30.15% from 471); Max value from RGB is 195 - color contains mainly: green. Hex color #86C38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C38E is #793C71. Grayscale: #AAAAAA. Windows color (decimal): -7945330 or 9356166. OLE color: 9356166.

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

Color convert

RGB134195142-
CMYK0.3100.270.24
HSL127.87º33.7%64.51%-
HSV(B)127.87º31.28%76.47%-
XYZ34.2346.0532.68-
YUV170.72111.79101.81-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.45%
GREEN value IS 195 (76.56% from 255) = 41.40%
BLUE value IS 142 (55.86% from 255) = 30.15%
R=28.45%
G=41.40%
B=30.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1341951420.3100.270.24127.8733.764.51
Hex86C38E1F01B18802241
Octal206303216370333020042101
Binary1000011011000011100011101111101101111000100000001000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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