#86D98B

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

Shades of De York #86D98B

Tints of De York #86D98B

Color information

#86D98B (or 0x86D98B) is unknown color: approx De York. HEX triplet: 86, D9 and 8B. RGB value is (134,217,139). Sum of RGB (Red+Green+Blue) = 134+217+139=490 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.35% from 490); Green value is 217 (85.16% from 255 or 44.29% from 490); Blue value is 139 (54.69% from 255 or 28.37% from 490); Max value from RGB is 217 - color contains mainly: green. Hex color #86D98B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D98B is #792674. Grayscale: #B7B7B7. Windows color (decimal): -7939701 or 9165190. OLE color: 9165190.

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

Color convert

RGB134217139-
CMYK0.3800.360.15
HSL123.61º52.2%68.82%-
HSV(B)123.61º38.25%85.1%-
XYZ39.356.5633.27-
YUV183.2910392.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.35%
GREEN value IS 217 (85.16% from 255) = 44.29%
BLUE value IS 139 (54.69% from 255) = 28.37%
R=27.35%
G=44.29%
B=28.37%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1342171390.3800.360.15123.6152.268.82
Hex86D98B26024F7c3445
Octal206331213460441717464105
Binary1000011011011001100010111001100100100111111111001101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,217,139); }

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

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

 a { background-color: rgb(134,217,139); }

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

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

 span { border-color: rgb(134,217,139); }

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