#86C190

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

Shades of De York #86C190

Tints of De York #86C190

Color information

#86C190 (or 0x86C190) is unknown color: approx De York. HEX triplet: 86, C1 and 90. RGB value is (134,193,144). Sum of RGB (Red+Green+Blue) = 134+193+144=471 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.45% from 471); Green value is 193 (75.78% from 255 or 40.98% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 193 - color contains mainly: green. Hex color #86C190 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C190 is #793E6F. Grayscale: #A9A9A9. Windows color (decimal): -7945840 or 9486726. OLE color: 9486726.

HSL color Cylindrical-coordinate representation of color #86C190: hue angle of 130.17º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #86C190 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB134193144-
CMYK0.3100.250.24
HSL130.17º32.24%64.12%-
HSV(B)130.17º30.57%75.69%-
XYZ33.9445.2233.33-
YUV169.77113.45102.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.45%
GREEN value IS 193 (75.78% from 255) = 40.98%
BLUE value IS 144 (56.64% from 255) = 30.57%
R=28.45%
G=40.98%
B=30.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1341931440.3100.250.24130.1732.2464.12
Hex86C1901F01918822040
Octal206301220370313020240100
Binary1000011011000001100100001111101100111000100000101000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,193,144); }

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

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

 a { background-color: rgb(134,193,144); }

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

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

 span { border-color: rgb(134,193,144); }

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