#86BF85

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

Shades of De York #86BF85

Tints of De York #86BF85

Color information

#86BF85 (or 0x86BF85) is unknown color: approx De York. HEX triplet: 86, BF and 85. RGB value is (134,191,133). Sum of RGB (Red+Green+Blue) = 134+191+133=458 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.26% from 458); Green value is 191 (75% from 255 or 41.70% from 458); Blue value is 133 (52.34% from 255 or 29.04% from 458); Max value from RGB is 191 - color contains mainly: green. Hex color #86BF85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BF85 is #79407A. Grayscale: #A7A7A7. Windows color (decimal): -7946363 or 8765318. OLE color: 8765318.

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

Color convert

RGB134191133-
CMYK0.3000.300.25
HSL118.97º31.18%63.53%-
HSV(B)118.97º30.37%74.9%-
XYZ32.744.0228.96-
YUV167.34108.62104.22-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.26%
GREEN value IS 191 (75% from 255) = 41.70%
BLUE value IS 133 (52.34% from 255) = 29.04%
R=29.26%
G=41.70%
B=29.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341911330.3000.300.25118.9731.1863.53
Hex86BF851E01E19771f40
Octal206277205360363116737100
Binary10000110101111111000010111110011110110011110111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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