#86D39B

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

Shades of Chinook #86D39B

Tints of Chinook #86D39B

Color information

#86D39B (or 0x86D39B) is unknown color: approx Chinook. HEX triplet: 86, D3 and 9B. RGB value is (134,211,155). Sum of RGB (Red+Green+Blue) = 134+211+155=500 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.8% from 500); Green value is 211 (82.81% from 255 or 42.2% from 500); Blue value is 155 (60.94% from 255 or 31% from 500); Max value from RGB is 211 - color contains mainly: green. Hex color #86D39B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D39B is #792C64. Grayscale: #B5B5B5. Windows color (decimal): -7941221 or 10212230. OLE color: 10212230.

HSL color Cylindrical-coordinate representation of color #86D39B: hue angle of 136.36º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86D39B is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB134211155-
CMYK0.3600.270.17
HSL136.36º46.67%67.65%-
HSV(B)136.36º36.49%82.75%-
XYZ39.0454.0239.38-
YUV181.59112.9994.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.8%
GREEN value IS 211 (82.81% from 255) = 42.2%
BLUE value IS 155 (60.94% from 255) = 31%
R=26.8%
G=42.2%
B=31%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1342111550.3600.270.17136.3646.6767.65
Hex86D39B2401B11882f44
Octal206323233440332121057104
Binary10000110110100111001101110010001101110001100010001011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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