#86C78C

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

Shades of De York #86C78C

Tints of De York #86C78C

Color information

#86C78C (or 0x86C78C) is unknown color: approx De York. HEX triplet: 86, C7 and 8C. RGB value is (134,199,140). Sum of RGB (Red+Green+Blue) = 134+199+140=473 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.33% from 473); Green value is 199 (78.12% from 255 or 42.07% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 199 - color contains mainly: green. Hex color #86C78C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C78C is #793873. Grayscale: #ADADAD. Windows color (decimal): -7944308 or 9226118. OLE color: 9226118.

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

Color convert

RGB134199140-
CMYK0.3300.300.22
HSL125.54º36.72%65.29%-
HSV(B)125.54º32.66%78.04%-
XYZ34.9947.8132.19-
YUV172.84109.47100.3-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.33%
GREEN value IS 199 (78.12% from 255) = 42.07%
BLUE value IS 140 (55.08% from 255) = 29.60%
R=28.33%
G=42.07%
B=29.60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1341991400.3300.300.22125.5436.7265.29
Hex86C78C2101E167e2541
Octal206307214410362617645101
Binary1000011011000111100011001000010111101011011111101001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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