#86D59C

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

Shades of Chinook #86D59C

Tints of Chinook #86D59C

Color information

#86D59C (or 0x86D59C) is unknown color: approx Chinook. HEX triplet: 86, D5 and 9C. RGB value is (134,213,156). Sum of RGB (Red+Green+Blue) = 134+213+156=503 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.64% from 503); Green value is 213 (83.59% from 255 or 42.35% from 503); Blue value is 156 (61.33% from 255 or 31.01% from 503); Max value from RGB is 213 - color contains mainly: green. Hex color #86D59C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D59C is #792A63. Grayscale: #B7B7B7. Windows color (decimal): -7940708 or 10278278. OLE color: 10278278.

HSL color Cylindrical-coordinate representation of color #86D59C: hue angle of 136.71º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86D59C is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB134213156-
CMYK0.3700.270.16
HSL136.71º48.47%68.04%-
HSV(B)136.71º37.09%83.53%-
XYZ39.6355.0639.99-
YUV182.88112.8393.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.64%
GREEN value IS 213 (83.59% from 255) = 42.35%
BLUE value IS 156 (61.33% from 255) = 31.01%
R=26.64%
G=42.35%
B=31.01%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1342131560.3700.270.16136.7148.4768.04
Hex86D59C2501B10893044
Octal206325234450332021160104
Binary10000110110101011001110010010101101110000100010011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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