#86D594

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

Shades of De York #86D594

Tints of De York #86D594

Color information

#86D594 (or 0x86D594) is unknown color: approx De York. HEX triplet: 86, D5 and 94. RGB value is (134,213,148). Sum of RGB (Red+Green+Blue) = 134+213+148=495 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.07% from 495); Green value is 213 (83.59% from 255 or 43.03% from 495); Blue value is 148 (58.20% from 255 or 29.90% from 495); Max value from RGB is 213 - color contains mainly: green. Hex color #86D594 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D594 is #792A6B. Grayscale: #B6B6B6. Windows color (decimal): -7940716 or 9753990. OLE color: 9753990.

HSL color Cylindrical-coordinate representation of color #86D594: hue angle of 130.63º 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 #86D594 is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB134213148-
CMYK0.3700.310.16
HSL130.63º48.47%68.04%-
HSV(B)130.63º37.09%83.53%-
XYZ38.9754.7936.54-
YUV181.97108.8393.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.07%
GREEN value IS 213 (83.59% from 255) = 43.03%
BLUE value IS 148 (58.20% from 255) = 29.90%
R=27.07%
G=43.03%
B=29.90%

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
Decimal1342131480.3700.310.16130.6348.4768.04
Hex86D5942501F10833044
Octal206325224450372020360104
Binary10000110110101011001010010010101111110000100000111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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