#86BF87

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

Shades of De York #86BF87

Tints of De York #86BF87

Color information

#86BF87 (or 0x86BF87) is unknown color: approx De York. HEX triplet: 86, BF and 87. RGB value is (134,191,135). Sum of RGB (Red+Green+Blue) = 134+191+135=460 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.13% from 460); Green value is 191 (75% from 255 or 41.52% from 460); Blue value is 135 (53.12% from 255 or 29.35% from 460); Max value from RGB is 191 - color contains mainly: green. Hex color #86BF87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BF87 is #794078. Grayscale: #A7A7A7. Windows color (decimal): -7946361 or 8896390. OLE color: 8896390.

HSL color Cylindrical-coordinate representation of color #86BF87: hue angle of 121.05º 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 #86BF87 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB134191135-
CMYK0.3000.290.25
HSL121.05º30.81%63.73%-
HSV(B)121.05º29.84%74.9%-
XYZ32.8444.0829.7-
YUV167.57109.62104.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.13%
GREEN value IS 191 (75% from 255) = 41.52%
BLUE value IS 135 (53.12% from 255) = 29.35%
R=29.13%
G=41.52%
B=29.35%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341911350.3000.290.25121.0530.8163.73
Hex86BF871E01D19791f40
Octal206277207360353117137100
Binary10000110101111111000011111110011101110011111001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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