#86D98E

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

Shades of De York #86D98E

Tints of De York #86D98E

Color information

#86D98E (or 0x86D98E) is unknown color: approx De York. HEX triplet: 86, D9 and 8E. RGB value is (134,217,142). Sum of RGB (Red+Green+Blue) = 134+217+142=493 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.18% from 493); Green value is 217 (85.16% from 255 or 44.02% from 493); Blue value is 142 (55.86% from 255 or 28.80% from 493); Max value from RGB is 217 - color contains mainly: green. Hex color #86D98E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D98E is #792671. Grayscale: #B7B7B7. Windows color (decimal): -7939698 or 9361798. OLE color: 9361798.

HSL color Cylindrical-coordinate representation of color #86D98E: hue angle of 125.78º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86D98E is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB134217142-
CMYK0.3800.350.15
HSL125.78º52.2%68.82%-
HSV(B)125.78º38.25%85.1%-
XYZ39.5356.6534.44-
YUV183.63104.592.6-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.18%
GREEN value IS 217 (85.16% from 255) = 44.02%
BLUE value IS 142 (55.86% from 255) = 28.80%
R=27.18%
G=44.02%
B=28.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1342171420.3800.350.15125.7852.268.82
Hex86D98E26023F7e3445
Octal206331216460431717664105
Binary1000011011011001100011101001100100011111111111101101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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