#86D194

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

Shades of De York #86D194

Tints of De York #86D194

Color information

#86D194 (or 0x86D194) is unknown color: approx De York. HEX triplet: 86, D1 and 94. RGB value is (134,209,148). Sum of RGB (Red+Green+Blue) = 134+209+148=491 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.29% from 491); Green value is 209 (82.03% from 255 or 42.57% from 491); Blue value is 148 (58.20% from 255 or 30.14% from 491); Max value from RGB is 209 - color contains mainly: green. Hex color #86D194 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D194 is #792E6B. Grayscale: #B3B3B3. Windows color (decimal): -7941740 or 9752966. OLE color: 9752966.

HSL color Cylindrical-coordinate representation of color #86D194: hue angle of 131.2º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86D194 is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB134209148-
CMYK0.3600.290.18
HSL131.2º44.91%67.25%-
HSV(B)131.2º35.89%81.96%-
XYZ37.9852.8136.21-
YUV179.62110.1595.46-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.29%
GREEN value IS 209 (82.03% from 255) = 42.57%
BLUE value IS 148 (58.20% from 255) = 30.14%
R=27.29%
G=42.57%
B=30.14%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1342091480.3600.290.18131.244.9167.25
Hex86D1942401D12832d43
Octal206321224440352220355103
Binary10000110110100011001010010010001110110010100000111011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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