#86C18F

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

Shades of De York #86C18F

Tints of De York #86C18F

Color information

#86C18F (or 0x86C18F) is unknown color: approx De York. HEX triplet: 86, C1 and 8F. RGB value is (134,193,143). Sum of RGB (Red+Green+Blue) = 134+193+143=470 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.51% from 470); Green value is 193 (75.78% from 255 or 41.06% from 470); Blue value is 143 (56.25% from 255 or 30.43% from 470); Max value from RGB is 193 - color contains mainly: green. Hex color #86C18F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C18F is #793E70. Grayscale: #A9A9A9. Windows color (decimal): -7945841 or 9421190. OLE color: 9421190.

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

Color convert

RGB134193143-
CMYK0.3100.260.24
HSL129.15º32.24%64.12%-
HSV(B)129.15º30.57%75.69%-
XYZ33.8645.1932.92-
YUV169.66112.95102.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.51%
GREEN value IS 193 (75.78% from 255) = 41.06%
BLUE value IS 143 (56.25% from 255) = 30.43%
R=28.51%
G=41.06%
B=30.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1341931430.3100.260.24129.1532.2464.12
Hex86C18F1F01A18812040
Octal206301217370323020140100
Binary1000011011000001100011111111101101011000100000011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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