#86D190

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

Shades of De York #86D190

Tints of De York #86D190

Color information

#86D190 (or 0x86D190) is unknown color: approx De York. HEX triplet: 86, D1 and 90. RGB value is (134,209,144). Sum of RGB (Red+Green+Blue) = 134+209+144=487 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.52% from 487); Green value is 209 (82.03% from 255 or 42.92% from 487); Blue value is 144 (56.64% from 255 or 29.57% from 487); Max value from RGB is 209 - color contains mainly: green. Hex color #86D190 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D190 is #792E6F. Grayscale: #B3B3B3. Windows color (decimal): -7941744 or 9490822. OLE color: 9490822.

HSL color Cylindrical-coordinate representation of color #86D190: hue angle of 128º 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 #86D190 is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB134209144-
CMYK0.3600.310.18
HSL128º44.91%67.25%-
HSV(B)128º35.89%81.96%-
XYZ37.6752.6834.57-
YUV179.16108.1595.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.52%
GREEN value IS 209 (82.03% from 255) = 42.92%
BLUE value IS 144 (56.64% from 255) = 29.57%
R=27.52%
G=42.92%
B=29.57%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1342091440.3600.310.1812844.9167.25
Hex86D1902401F12802d43
Octal206321220440372220055103
Binary10000110110100011001000010010001111110010100000001011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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