#86BF7A

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

Shades of De York #86BF7A

Tints of De York #86BF7A

Color information

#86BF7A (or 0x86BF7A) is unknown color: approx De York. HEX triplet: 86, BF and 7A. RGB value is (134,191,122). Sum of RGB (Red+Green+Blue) = 134+191+122=447 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.98% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 122 (48.05% from 255 or 27.29% from 447); Max value from RGB is 191 - color contains mainly: green. Hex color #86BF7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BF7A is #794085. Grayscale: #A6A6A6. Windows color (decimal): -7946374 or 8044422. OLE color: 8044422.

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

Color convert

RGB134191122-
CMYK0.3000.360.25
HSL109.57º35.03%61.37%-
HSV(B)109.57º36.13%74.9%-
XYZ31.9843.7425.17-
YUV166.09103.12105.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.98%
GREEN value IS 191 (75% from 255) = 42.73%
BLUE value IS 122 (48.05% from 255) = 27.29%
R=29.98%
G=42.73%
B=27.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341911220.3000.360.25109.5735.0361.37
Hex86BF7A1E024196e233d
Octal20627717236044311564375
Binary10000110101111111111010111100100100110011101110100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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