#86D39F

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

Shades of Chinook #86D39F

Tints of Chinook #86D39F

Color information

#86D39F (or 0x86D39F) is unknown color: approx Chinook. HEX triplet: 86, D3 and 9F. RGB value is (134,211,159). Sum of RGB (Red+Green+Blue) = 134+211+159=504 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.59% from 504); Green value is 211 (82.81% from 255 or 41.87% from 504); Blue value is 159 (62.5% from 255 or 31.55% from 504); Max value from RGB is 211 - color contains mainly: green. Hex color #86D39F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D39F is #792C60. Grayscale: #B6B6B6. Windows color (decimal): -7941217 or 10474374. OLE color: 10474374.

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

Color convert

RGB134211159-
CMYK0.3600.250.17
HSL139.48º46.67%67.65%-
HSV(B)139.48º36.49%82.75%-
XYZ39.3854.1641.18-
YUV182.05114.9993.73-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.59%
GREEN value IS 211 (82.81% from 255) = 41.87%
BLUE value IS 159 (62.5% from 255) = 31.55%
R=26.59%
G=41.87%
B=31.55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1342111590.3600.250.17139.4846.6767.65
Hex86D39F24019118b2f44
Octal206323237440312121357104
Binary10000110110100111001111110010001100110001100010111011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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