#86C18C

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

Shades of De York #86C18C

Tints of De York #86C18C

Color information

#86C18C (or 0x86C18C) is unknown color: approx De York. HEX triplet: 86, C1 and 8C. RGB value is (134,193,140). Sum of RGB (Red+Green+Blue) = 134+193+140=467 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.69% from 467); Green value is 193 (75.78% from 255 or 41.33% from 467); Blue value is 140 (55.08% from 255 or 29.98% from 467); Max value from RGB is 193 - color contains mainly: green. Hex color #86C18C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C18C is #793E73. Grayscale: #A9A9A9. Windows color (decimal): -7945844 or 9224582. OLE color: 9224582.

HSL color Cylindrical-coordinate representation of color #86C18C: hue angle of 126.1º degrees, saturation: 0.32, 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 #86C18C is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB134193140-
CMYK0.3100.270.24
HSL126.1º32.24%64.12%-
HSV(B)126.1º30.57%75.69%-
XYZ33.6445.131.74-
YUV169.32111.45102.81-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.69%
GREEN value IS 193 (75.78% from 255) = 41.33%
BLUE value IS 140 (55.08% from 255) = 29.98%
R=28.69%
G=41.33%
B=29.98%

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
Decimal1341931400.3100.270.24126.132.2464.12
Hex86C18C1F01B187e2040
Octal206301214370333017640100
Binary100001101100000110001100111110110111100011111101000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,193,140); }

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

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

 a { background-color: rgb(134,193,140); }

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

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

 span { border-color: rgb(134,193,140); }

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