#86DC9B

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

Shades of Chinook #86DC9B

Tints of Chinook #86DC9B

Color information

#86DC9B (or 0x86DC9B) is unknown color: approx Chinook. HEX triplet: 86, DC and 9B. RGB value is (134,220,155). Sum of RGB (Red+Green+Blue) = 134+220+155=509 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.33% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 155 (60.94% from 255 or 30.45% from 509); Max value from RGB is 220 - color contains mainly: green. Hex color #86DC9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DC9B is #792364. Grayscale: #BBBBBB. Windows color (decimal): -7938917 or 10214534. OLE color: 10214534.

HSL color Cylindrical-coordinate representation of color #86DC9B: hue angle of 134.65º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86DC9B is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB134220155-
CMYK0.3900.300.14
HSL134.65º55.13%69.41%-
HSV(B)134.65º39.09%86.27%-
XYZ41.3458.6240.15-
YUV186.88110.0190.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.33%
GREEN value IS 220 (86.33% from 255) = 43.22%
BLUE value IS 155 (60.94% from 255) = 30.45%
R=26.33%
G=43.22%
B=30.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1342201550.3900.300.14134.6555.1369.41
Hex86DC9B2701EE873745
Octal206334233470361620767105
Binary1000011011011100100110111001110111101110100001111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,220,155); }

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

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

 a { background-color: rgb(134,220,155); }

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

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

 span { border-color: rgb(134,220,155); }

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