#86D89D

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

Shades of Chinook #86D89D

Tints of Chinook #86D89D

Color information

#86D89D (or 0x86D89D) is unknown color: approx Chinook. HEX triplet: 86, D8 and 9D. RGB value is (134,216,157). Sum of RGB (Red+Green+Blue) = 134+216+157=507 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.43% from 507); Green value is 216 (84.77% from 255 or 42.60% from 507); Blue value is 157 (61.72% from 255 or 30.97% from 507); Max value from RGB is 216 - color contains mainly: green. Hex color #86D89D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D89D is #792762. Grayscale: #B8B8B8. Windows color (decimal): -7939939 or 10344582. OLE color: 10344582.

HSL color Cylindrical-coordinate representation of color #86D89D: hue angle of 136.83º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86D89D is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB134216157-
CMYK0.3800.270.15
HSL136.83º51.25%68.63%-
HSV(B)136.83º37.96%84.71%-
XYZ40.4756.6140.69-
YUV184.76112.3391.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.43%
GREEN value IS 216 (84.77% from 255) = 42.60%
BLUE value IS 157 (61.72% from 255) = 30.97%
R=26.43%
G=42.60%
B=30.97%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1342161570.3800.270.15136.8351.2568.63
Hex86D89D2601BF893345
Octal206330235460331721163105
Binary1000011011011000100111011001100110111111100010011100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,216,157); }

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

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

 a { background-color: rgb(134,216,157); }

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

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

 span { border-color: rgb(134,216,157); }

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