#86BF8A

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

Shades of De York #86BF8A

Tints of De York #86BF8A

Color information

#86BF8A (or 0x86BF8A) is unknown color: approx De York. HEX triplet: 86, BF and 8A. RGB value is (134,191,138). Sum of RGB (Red+Green+Blue) = 134+191+138=463 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.94% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 191 - color contains mainly: green. Hex color #86BF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BF8A is #794075. Grayscale: #A8A8A8. Windows color (decimal): -7946358 or 9092998. OLE color: 9092998.

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

Color convert

RGB134191138-
CMYK0.3000.280.25
HSL124.21º30.81%63.73%-
HSV(B)124.21º29.84%74.9%-
XYZ33.0544.1630.83-
YUV167.92111.12103.81-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.94%
GREEN value IS 191 (75% from 255) = 41.25%
BLUE value IS 138 (54.30% from 255) = 29.81%
R=28.94%
G=41.25%
B=29.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341911380.3000.280.25124.2130.8163.73
Hex86BF8A1E01C197c1f40
Octal206277212360343117437100
Binary10000110101111111000101011110011100110011111100111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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