#86C28E

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

Shades of De York #86C28E

Tints of De York #86C28E

Color information

#86C28E (or 0x86C28E) is unknown color: approx De York. HEX triplet: 86, C2 and 8E. RGB value is (134,194,142). Sum of RGB (Red+Green+Blue) = 134+194+142=470 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.51% from 470); Green value is 194 (76.17% from 255 or 41.28% from 470); Blue value is 142 (55.86% from 255 or 30.21% from 470); Max value from RGB is 194 - color contains mainly: green. Hex color #86C28E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C28E is #793D71. Grayscale: #AAAAAA. Windows color (decimal): -7945586 or 9355910. OLE color: 9355910.

HSL color Cylindrical-coordinate representation of color #86C28E: hue angle of 128º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #86C28E is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB134194142-
CMYK0.3100.270.24
HSL128º32.97%64.31%-
HSV(B)128º30.93%76.08%-
XYZ34.0145.632.6-
YUV170.13112.12102.23-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.51%
GREEN value IS 194 (76.17% from 255) = 41.28%
BLUE value IS 142 (55.86% from 255) = 30.21%
R=28.51%
G=41.28%
B=30.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1341941420.3100.270.2412832.9764.31
Hex86C28E1F01B18802140
Octal206302216370333020041100
Binary1000011011000010100011101111101101111000100000001000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,194,142); }

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

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

 a { background-color: rgb(134,194,142); }

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

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

 span { border-color: rgb(134,194,142); }

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