#86CD91

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

Shades of De York #86CD91

Tints of De York #86CD91

Color information

#86CD91 (or 0x86CD91) is unknown color: approx De York. HEX triplet: 86, CD and 91. RGB value is (134,205,145). Sum of RGB (Red+Green+Blue) = 134+205+145=484 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.69% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 145 (57.03% from 255 or 29.96% from 484); Max value from RGB is 205 - color contains mainly: green. Hex color #86CD91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86CD91 is #79326E. Grayscale: #B1B1B1. Windows color (decimal): -7942767 or 9555334. OLE color: 9555334.

HSL color Cylindrical-coordinate representation of color #86CD91: hue angle of 129.3º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86CD91 is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB134205145-
CMYK0.3500.290.20
HSL129.3º41.52%66.47%-
HSV(B)129.3º34.63%80.39%-
XYZ36.7750.7834.65-
YUV176.93109.9897.38-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.69%
GREEN value IS 205 (80.47% from 255) = 42.36%
BLUE value IS 145 (57.03% from 255) = 29.96%
R=27.69%
G=42.36%
B=29.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1342051450.3500.290.20129.341.5266.47
Hex86CD912301D14812a42
Octal206315221430352420152102
Binary10000110110011011001000110001101110110100100000011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CD91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,205,145); }

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

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

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

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

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

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

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