#86CA94

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

Shades of De York #86CA94

Tints of De York #86CA94

Color information

#86CA94 (or 0x86CA94) is unknown color: approx De York. HEX triplet: 86, CA and 94. RGB value is (134,202,148). Sum of RGB (Red+Green+Blue) = 134+202+148=484 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.69% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 148 (58.20% from 255 or 30.58% from 484); Max value from RGB is 202 - color contains mainly: green. Hex color #86CA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86CA94 is #79356B. Grayscale: #AFAFAF. Windows color (decimal): -7943532 or 9751174. OLE color: 9751174.

HSL color Cylindrical-coordinate representation of color #86CA94: hue angle of 132.35º 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 #86CA94 is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB134202148-
CMYK0.3400.270.21
HSL132.35º39.08%65.88%-
HSV(B)132.35º33.66%79.22%-
XYZ36.349.4535.65-
YUV175.51112.4798.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.69%
GREEN value IS 202 (79.30% from 255) = 41.74%
BLUE value IS 148 (58.20% from 255) = 30.58%
R=27.69%
G=41.74%
B=30.58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1342021480.3400.270.21132.3539.0865.88
Hex86CA942201B15842742
Octal206312224420332520447102
Binary10000110110010101001010010001001101110101100001001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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