#86CA90

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

Shades of De York #86CA90

Tints of De York #86CA90

Color information

#86CA90 (or 0x86CA90) is unknown color: approx De York. HEX triplet: 86, CA and 90. RGB value is (134,202,144). Sum of RGB (Red+Green+Blue) = 134+202+144=480 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.92% from 480); Green value is 202 (79.30% from 255 or 42.08% from 480); Blue value is 144 (56.64% from 255 or 30% from 480); Max value from RGB is 202 - color contains mainly: green. Hex color #86CA90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86CA90 is #79356F. Grayscale: #AFAFAF. Windows color (decimal): -7943536 or 9489030. OLE color: 9489030.

HSL color Cylindrical-coordinate representation of color #86CA90: hue angle of 128.82º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86CA90 is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB134202144-
CMYK0.3400.290.21
HSL128.82º39.08%65.88%-
HSV(B)128.82º33.66%79.22%-
XYZ35.9949.3234.01-
YUV175.06110.4798.72-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.92%
GREEN value IS 202 (79.30% from 255) = 42.08%
BLUE value IS 144 (56.64% from 255) = 30%
R=27.92%
G=42.08%
B=30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1342021440.3400.290.21128.8239.0865.88
Hex86CA902201D15812742
Octal206312220420352520147102
Binary10000110110010101001000010001001110110101100000011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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