#86C882

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

Shades of De York #86C882

Tints of De York #86C882

Color information

#86C882 (or 0x86C882) is unknown color: approx De York. HEX triplet: 86, C8 and 82. RGB value is (134,200,130). Sum of RGB (Red+Green+Blue) = 134+200+130=464 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.88% from 464); Green value is 200 (78.52% from 255 or 43.10% from 464); Blue value is 130 (51.17% from 255 or 28.02% from 464); Max value from RGB is 200 - color contains mainly: green. Hex color #86C882 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C882 is #79377D. Grayscale: #ACACAC. Windows color (decimal): -7944062 or 8571014. OLE color: 8571014.

HSL color Cylindrical-coordinate representation of color #86C882: hue angle of 116.57º 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 #86C882 is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB134200130-
CMYK0.3300.350.22
HSL116.57º38.89%64.71%-
HSV(B)116.57º35%78.43%-
XYZ34.5247.9928.56-
YUV172.29104.13100.69-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.88%
GREEN value IS 200 (78.52% from 255) = 43.10%
BLUE value IS 130 (51.17% from 255) = 28.02%
R=28.88%
G=43.10%
B=28.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1342001300.3300.350.22116.5738.8964.71
Hex86C8822102316752741
Octal206310202410432616547101
Binary10000110110010001000001010000101000111011011101011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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