#86D593

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

Shades of De York #86D593

Tints of De York #86D593

Color information

#86D593 (or 0x86D593) is unknown color: approx De York. HEX triplet: 86, D5 and 93. RGB value is (134,213,147). Sum of RGB (Red+Green+Blue) = 134+213+147=494 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.13% from 494); Green value is 213 (83.59% from 255 or 43.12% from 494); Blue value is 147 (57.81% from 255 or 29.76% from 494); Max value from RGB is 213 - color contains mainly: green. Hex color #86D593 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D593 is #792A6C. Grayscale: #B6B6B6. Windows color (decimal): -7940717 or 9688454. OLE color: 9688454.

HSL color Cylindrical-coordinate representation of color #86D593: hue angle of 129.87º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86D593 is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB134213147-
CMYK0.3700.310.16
HSL129.87º48.47%68.04%-
HSV(B)129.87º37.09%83.53%-
XYZ38.8954.7636.12-
YUV181.86108.3393.87-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.13%
GREEN value IS 213 (83.59% from 255) = 43.12%
BLUE value IS 147 (57.81% from 255) = 29.76%
R=27.13%
G=43.12%
B=29.76%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1342131470.3700.310.16129.8748.4768.04
Hex86D5932501F10823044
Octal206325223450372020260104
Binary10000110110101011001001110010101111110000100000101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,213,147); }

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

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

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

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

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

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

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