#86D896

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

Shades of De York #86D896

Tints of De York #86D896

Color information

#86D896 (or 0x86D896) is unknown color: approx De York. HEX triplet: 86, D8 and 96. RGB value is (134,216,150). Sum of RGB (Red+Green+Blue) = 134+216+150=500 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.8% from 500); Green value is 216 (84.77% from 255 or 43.2% from 500); Blue value is 150 (58.98% from 255 or 30% from 500); Max value from RGB is 216 - color contains mainly: green. Hex color #86D896 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D896 is #792769. Grayscale: #B8B8B8. Windows color (decimal): -7939946 or 9885830. OLE color: 9885830.

HSL color Cylindrical-coordinate representation of color #86D896: hue angle of 131.71º degrees, saturation: 0.51, 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 #86D896 is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB134216150-
CMYK0.3800.310.15
HSL131.71º51.25%68.63%-
HSV(B)131.71º37.96%84.71%-
XYZ39.8956.3837.63-
YUV183.96108.8392.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.8%
GREEN value IS 216 (84.77% from 255) = 43.2%
BLUE value IS 150 (58.98% from 255) = 30%
R=26.8%
G=43.2%
B=30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1342161500.3800.310.15131.7151.2568.63
Hex86D8962601FF843345
Octal206330226460371720463105
Binary1000011011011000100101101001100111111111100001001100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,216,150); }

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

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

 a { background-color: rgb(134,216,150); }

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

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

 span { border-color: rgb(134,216,150); }

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