#86BF86

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

Shades of De York #86BF86

Tints of De York #86BF86

Color information

#86BF86 (or 0x86BF86) is unknown color: approx De York. HEX triplet: 86, BF and 86. RGB value is (134,191,134). Sum of RGB (Red+Green+Blue) = 134+191+134=459 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.19% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 134 (52.73% from 255 or 29.19% from 459); Max value from RGB is 191 - color contains mainly: green. Hex color #86BF86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BF86 is #794079. Grayscale: #A7A7A7. Windows color (decimal): -7946362 or 8830854. OLE color: 8830854.

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

Color convert

RGB134191134-
CMYK0.3000.300.25
HSL120º30.81%63.73%-
HSV(B)120º29.84%74.9%-
XYZ32.7744.0529.33-
YUV167.46109.12104.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.19%
GREEN value IS 191 (75% from 255) = 41.61%
BLUE value IS 134 (52.73% from 255) = 29.19%
R=29.19%
G=41.61%
B=29.19%

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
Decimal1341911340.3000.300.2512030.8163.73
Hex86BF861E01E19781f40
Octal206277206360363117037100
Binary10000110101111111000011011110011110110011111000111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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