#86C881

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

Shades of De York #86C881

Tints of De York #86C881

Color information

#86C881 (or 0x86C881) is unknown color: approx De York. HEX triplet: 86, C8 and 81. RGB value is (134,200,129). Sum of RGB (Red+Green+Blue) = 134+200+129=463 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.94% from 463); Green value is 200 (78.52% from 255 or 43.20% from 463); Blue value is 129 (50.78% from 255 or 27.86% from 463); Max value from RGB is 200 - color contains mainly: green. Hex color #86C881 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C881 is #79377E. Grayscale: #ACACAC. Windows color (decimal): -7944063 or 8505478. OLE color: 8505478.

HSL color Cylindrical-coordinate representation of color #86C881: hue angle of 115.77º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86C881 is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB134200129-
CMYK0.3300.360.22
HSL115.77º39.23%64.51%-
HSV(B)115.77º35.5%78.43%-
XYZ34.4547.9628.21-
YUV172.17103.63100.77-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.94%
GREEN value IS 200 (78.52% from 255) = 43.20%
BLUE value IS 129 (50.78% from 255) = 27.86%
R=28.94%
G=43.20%
B=27.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1342001290.3300.360.22115.7739.2364.51
Hex86C8812102416742741
Octal206310201410442616447101
Binary10000110110010001000000110000101001001011011101001001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,200,129); }

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

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

 a { background-color: rgb(134,200,129); }

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

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

 span { border-color: rgb(134,200,129); }

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