#86D196

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

Shades of De York #86D196

Tints of De York #86D196

Color information

#86D196 (or 0x86D196) is unknown color: approx De York. HEX triplet: 86, D1 and 96. RGB value is (134,209,150). Sum of RGB (Red+Green+Blue) = 134+209+150=493 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.18% from 493); Green value is 209 (82.03% from 255 or 42.39% from 493); Blue value is 150 (58.98% from 255 or 30.43% from 493); Max value from RGB is 209 - color contains mainly: green. Hex color #86D196 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D196 is #792E69. Grayscale: #B4B4B4. Windows color (decimal): -7941738 or 9884038. OLE color: 9884038.

HSL color Cylindrical-coordinate representation of color #86D196: hue angle of 132.8º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86D196 is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB134209150-
CMYK0.3600.280.18
HSL132.8º44.91%67.25%-
HSV(B)132.8º35.89%81.96%-
XYZ38.1452.8737.05-
YUV179.85111.1595.3-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.18%
GREEN value IS 209 (82.03% from 255) = 42.39%
BLUE value IS 150 (58.98% from 255) = 30.43%
R=27.18%
G=42.39%
B=30.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1342091500.3600.280.18132.844.9167.25
Hex86D1962401C12852d43
Octal206321226440342220555103
Binary10000110110100011001011010010001110010010100001011011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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