#86BF7C

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

Shades of De York #86BF7C

Tints of De York #86BF7C

Color information

#86BF7C (or 0x86BF7C) is unknown color: approx De York. HEX triplet: 86, BF and 7C. RGB value is (134,191,124). Sum of RGB (Red+Green+Blue) = 134+191+124=449 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.84% from 449); Green value is 191 (75% from 255 or 42.54% from 449); Blue value is 124 (48.83% from 255 or 27.62% from 449); Max value from RGB is 191 - color contains mainly: green. Hex color #86BF7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BF7C is #794083. Grayscale: #A6A6A6. Windows color (decimal): -7946372 or 8175494. OLE color: 8175494.

HSL color Cylindrical-coordinate representation of color #86BF7C: hue angle of 111.04º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86BF7C is Cyan = 0.30, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB134191124-
CMYK0.3000.350.25
HSL111.04º34.36%61.76%-
HSV(B)111.04º35.08%74.9%-
XYZ32.143.7925.83-
YUV166.32104.12104.95-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.84%
GREEN value IS 191 (75% from 255) = 42.54%
BLUE value IS 124 (48.83% from 255) = 27.62%
R=29.84%
G=42.54%
B=27.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341911240.3000.350.25111.0434.3661.76
Hex86BF7C1E023196f223e
Octal20627717436043311574276
Binary10000110101111111111100111100100011110011101111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,191,124); }

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

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

 a { background-color: rgb(134,191,124); }

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

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

 span { border-color: rgb(134,191,124); }

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