#86D88B

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

Shades of De York #86D88B

Tints of De York #86D88B

Color information

#86D88B (or 0x86D88B) is unknown color: approx De York. HEX triplet: 86, D8 and 8B. RGB value is (134,216,139). Sum of RGB (Red+Green+Blue) = 134+216+139=489 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.40% from 489); Green value is 216 (84.77% from 255 or 44.17% from 489); Blue value is 139 (54.69% from 255 or 28.43% from 489); Max value from RGB is 216 - color contains mainly: green. Hex color #86D88B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D88B is #792774. Grayscale: #B6B6B6. Windows color (decimal): -7939957 or 9164934. OLE color: 9164934.

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

Color convert

RGB134216139-
CMYK0.3800.360.15
HSL123.66º51.25%68.63%-
HSV(B)123.66º37.96%84.71%-
XYZ39.0556.0433.19-
YUV182.7103.3393.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.40%
GREEN value IS 216 (84.77% from 255) = 44.17%
BLUE value IS 139 (54.69% from 255) = 28.43%
R=27.40%
G=44.17%
B=28.43%

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
Decimal1342161390.3800.360.15123.6651.2568.63
Hex86D88B26024F7c3345
Octal206330213460441717463105
Binary1000011011011000100010111001100100100111111111001100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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