#86DB93

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

Shades of De York #86DB93

Tints of De York #86DB93

Color information

#86DB93 (or 0x86DB93) is unknown color: approx De York. HEX triplet: 86, DB and 93. RGB value is (134,219,147). Sum of RGB (Red+Green+Blue) = 134+219+147=500 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.8% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 147 (57.81% from 255 or 29.4% from 500); Max value from RGB is 219 - color contains mainly: green. Hex color #86DB93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DB93 is #79246C. Grayscale: #B9B9B9. Windows color (decimal): -7939181 or 9689990. OLE color: 9689990.

HSL color Cylindrical-coordinate representation of color #86DB93: hue angle of 129.18º degrees, saturation: 0.54, 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 #86DB93 is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB134219147-
CMYK0.3900.330.14
HSL129.18º54.14%69.22%-
HSV(B)129.18º38.81%85.88%-
XYZ40.4357.8436.64-
YUV185.38106.3491.35-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.8%
GREEN value IS 219 (85.94% from 255) = 43.8%
BLUE value IS 147 (57.81% from 255) = 29.4%
R=26.8%
G=43.8%
B=29.4%

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
Decimal1342191470.3900.330.14129.1854.1469.22
Hex86DB9327021E813645
Octal206333223470411620166105
Binary10000110110110111001001110011101000011110100000011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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