#86D894

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

Shades of De York #86D894

Tints of De York #86D894

Color information

#86D894 (or 0x86D894) is unknown color: approx De York. HEX triplet: 86, D8 and 94. RGB value is (134,216,148). Sum of RGB (Red+Green+Blue) = 134+216+148=498 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.91% from 498); Green value is 216 (84.77% from 255 or 43.37% from 498); Blue value is 148 (58.20% from 255 or 29.72% from 498); Max value from RGB is 216 - color contains mainly: green. Hex color #86D894 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D894 is #79276B. Grayscale: #B7B7B7. Windows color (decimal): -7939948 or 9754758. OLE color: 9754758.

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

Color convert

RGB134216148-
CMYK0.3800.310.15
HSL130.24º51.25%68.63%-
HSV(B)130.24º37.96%84.71%-
XYZ39.7356.3236.79-
YUV183.73107.8392.53-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.91%
GREEN value IS 216 (84.77% from 255) = 43.37%
BLUE value IS 148 (58.20% from 255) = 29.72%
R=26.91%
G=43.37%
B=29.72%

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
Decimal1342161480.3800.310.15130.2451.2568.63
Hex86D8942601FF823345
Octal206330224460371720263105
Binary1000011011011000100101001001100111111111100000101100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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