#86D19E

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

Shades of Chinook #86D19E

Tints of Chinook #86D19E

Color information

#86D19E (or 0x86D19E) is unknown color: approx Chinook. HEX triplet: 86, D1 and 9E. RGB value is (134,209,158). Sum of RGB (Red+Green+Blue) = 134+209+158=501 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.75% from 501); Green value is 209 (82.03% from 255 or 41.72% from 501); Blue value is 158 (62.11% from 255 or 31.54% from 501); Max value from RGB is 209 - color contains mainly: green. Hex color #86D19E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D19E is #792E61. Grayscale: #B4B4B4. Windows color (decimal): -7941730 or 10408326. OLE color: 10408326.

HSL color Cylindrical-coordinate representation of color #86D19E: hue angle of 139.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 #86D19E is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB134209158-
CMYK0.3600.240.18
HSL139.2º44.91%67.25%-
HSV(B)139.2º35.89%81.96%-
XYZ38.853.1440.56-
YUV180.76115.1594.65-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.75%
GREEN value IS 209 (82.03% from 255) = 41.72%
BLUE value IS 158 (62.11% from 255) = 31.54%
R=26.75%
G=41.72%
B=31.54%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1342091580.3600.240.18139.244.9167.25
Hex86D19E24018128b2d43
Octal206321236440302221355103
Binary10000110110100011001111010010001100010010100010111011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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