#86D49F

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

Shades of Chinook #86D49F

Tints of Chinook #86D49F

Color information

#86D49F (or 0x86D49F) is unknown color: approx Chinook. HEX triplet: 86, D4 and 9F. RGB value is (134,212,159). Sum of RGB (Red+Green+Blue) = 134+212+159=505 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.53% from 505); Green value is 212 (83.20% from 255 or 41.98% from 505); Blue value is 159 (62.5% from 255 or 31.49% from 505); Max value from RGB is 212 - color contains mainly: green. Hex color #86D49F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D49F is #792B60. Grayscale: #B6B6B6. Windows color (decimal): -7940961 or 10474630. OLE color: 10474630.

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

Color convert

RGB134212159-
CMYK0.3700.250.17
HSL139.23º47.56%67.84%-
HSV(B)139.23º36.79%83.14%-
XYZ39.6354.6641.26-
YUV182.64114.6693.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.53%
GREEN value IS 212 (83.20% from 255) = 41.98%
BLUE value IS 159 (62.5% from 255) = 31.49%
R=26.53%
G=41.98%
B=31.49%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1342121590.3700.250.17139.2347.5667.84
Hex86D49F25019118b3044
Octal206324237450312121360104
Binary10000110110101001001111110010101100110001100010111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,212,159); }

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

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

 a { background-color: rgb(134,212,159); }

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

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

 span { border-color: rgb(134,212,159); }

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