#86CA8E

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

Shades of De York #86CA8E

Tints of De York #86CA8E

Color information

#86CA8E (or 0x86CA8E) is unknown color: approx De York. HEX triplet: 86, CA and 8E. RGB value is (134,202,142). Sum of RGB (Red+Green+Blue) = 134+202+142=478 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.03% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 202 - color contains mainly: green. Hex color #86CA8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86CA8E is #793571. Grayscale: #AFAFAF. Windows color (decimal): -7943538 or 9357958. OLE color: 9357958.

HSL color Cylindrical-coordinate representation of color #86CA8E: hue angle of 127.06º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86CA8E is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB134202142-
CMYK0.3400.300.21
HSL127.06º39.08%65.88%-
HSV(B)127.06º33.66%79.22%-
XYZ35.8349.2633.21-
YUV174.83109.4798.88-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.03%
GREEN value IS 202 (79.30% from 255) = 42.26%
BLUE value IS 142 (55.86% from 255) = 29.71%
R=28.03%
G=42.26%
B=29.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1342021420.3400.300.21127.0639.0865.88
Hex86CA8E2201E157f2742
Octal206312216420362517747102
Binary1000011011001010100011101000100111101010111111111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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