#86DC93

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

Shades of De York #86DC93

Tints of De York #86DC93

Color information

#86DC93 (or 0x86DC93) is unknown color: approx De York. HEX triplet: 86, DC and 93. RGB value is (134,220,147). Sum of RGB (Red+Green+Blue) = 134+220+147=501 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.75% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 147 (57.81% from 255 or 29.34% from 501); Max value from RGB is 220 - color contains mainly: green. Hex color #86DC93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DC93 is #79236C. Grayscale: #BABABA. Windows color (decimal): -7938925 or 9690246. OLE color: 9690246.

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

Color convert

RGB134220147-
CMYK0.3900.330.14
HSL129.07º55.13%69.41%-
HSV(B)129.07º39.09%86.27%-
XYZ40.6958.3636.72-
YUV185.96106.0190.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.75%
GREEN value IS 220 (86.33% from 255) = 43.91%
BLUE value IS 147 (57.81% from 255) = 29.34%
R=26.75%
G=43.91%
B=29.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1342201470.3900.330.14129.0755.1369.41
Hex86DC9327021E813745
Octal206334223470411620167105
Binary10000110110111001001001110011101000011110100000011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,220,147); }

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

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

 a { background-color: rgb(134,220,147); }

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

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

 span { border-color: rgb(134,220,147); }

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