#86DA91

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

Shades of De York #86DA91

Tints of De York #86DA91

Color information

#86DA91 (or 0x86DA91) is unknown color: approx De York. HEX triplet: 86, DA and 91. RGB value is (134,218,145). Sum of RGB (Red+Green+Blue) = 134+218+145=497 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.96% from 497); Green value is 218 (85.55% from 255 or 43.86% from 497); Blue value is 145 (57.03% from 255 or 29.18% from 497); Max value from RGB is 218 - color contains mainly: green. Hex color #86DA91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DA91 is #79256E. Grayscale: #B8B8B8. Windows color (decimal): -7939439 or 9558662. OLE color: 9558662.

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

Color convert

RGB134218145-
CMYK0.3900.330.15
HSL127.86º53.16%69.02%-
HSV(B)127.86º38.53%85.49%-
XYZ40.0157.2635.73-
YUV184.56105.6791.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.96%
GREEN value IS 218 (85.55% from 255) = 43.86%
BLUE value IS 145 (57.03% from 255) = 29.18%
R=26.96%
G=43.86%
B=29.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1342181450.3900.330.15127.8653.1669.02
Hex86DA9127021F803545
Octal206332221470411720065105
Binary10000110110110101001000110011101000011111100000001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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