#86DE9C

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

Shades of Chinook #86DE9C

Tints of Chinook #86DE9C

Color information

#86DE9C (or 0x86DE9C) is unknown color: approx Chinook. HEX triplet: 86, DE and 9C. RGB value is (134,222,156). Sum of RGB (Red+Green+Blue) = 134+222+156=512 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.17% from 512); Green value is 222 (87.11% from 255 or 43.36% from 512); Blue value is 156 (61.33% from 255 or 30.47% from 512); Max value from RGB is 222 - color contains mainly: green. Hex color #86DE9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DE9C is #792163. Grayscale: #BCBCBC. Windows color (decimal): -7938404 or 10280582. OLE color: 10280582.

HSL color Cylindrical-coordinate representation of color #86DE9C: hue angle of 135º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86DE9C is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB134222156-
CMYK0.4000.300.13
HSL135º57.14%69.8%-
HSV(B)135º39.64%87.06%-
XYZ41.9559.7140.77-
YUV188.16109.8589.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.17%
GREEN value IS 222 (87.11% from 255) = 43.36%
BLUE value IS 156 (61.33% from 255) = 30.47%
R=26.17%
G=43.36%
B=30.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1342221560.4000.300.1313557.1469.8
Hex86DE9C2801ED873946
Octal206336234500361520771106
Binary1000011011011110100111001010000111101101100001111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,222,156); }

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

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

 a { background-color: rgb(134,222,156); }

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

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

 span { border-color: rgb(134,222,156); }

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