Html Css Color HEX #86DC9F Chinook

📋 copy color: '#86DC9F'

red 134 ◦ green 220 ◦ blue 159

#86DC9F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chinook #86DC9F

Tints of Chinook #86DC9F

RGB

 RED value IS 134 (52.73% from 255) = 26.12%

 GREEN value IS 220 (86.33% from 255) = 42.88%

 BLUE value IS 159 (62.5% from 255) = 30.99%

R = 26.12%
G = 42.88%
B = 30.99%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#86DC9F (or 0x86DC9F) is known color: Chinook. HEX triplet: 86, DC and 9F. RGB value is (134,220,159). Sum of RGB (Red+Green+Blue) = 134+220+159=513 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.12% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 159 (62.5% from 255 or 30.99% from 513); Max value from RGB is 220 - color contains mainly: green. Hex color #86DC9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DC9F is #792360. Grayscale: #BBBBBB. Windows color (decimal): -7938913 or 10476678. OLE color: 10476678.

HSL color Cylindrical-coordinate representation of color #86DC9F: hue angle of 137.44º 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 #86DC9F is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 134 220 159 -
CMYK 0.39 0 0.28 0.14
HSL 137.44º 0.55% 0.69% -
HSV(B) 137.44º 0.39% 0.86% -
XYZ 41.68 58.76 41.95 -
YUV 187.33 112.01 89.96 -
System Red Green Blue C M Y K H S L
Decimal 134 220 159 0.39 0 0.28 0.14 137.44 0.55 0.69
Hex 86 DC 9F 27 0 1C E 89 37 45
Octal 206 334 237 47 0 34 16 211 67 105
Binary 10000110 11011100 10011111 100111 0 11100 1110 10001001 110111 1000101

Color Harmonies of #86DC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DC9F

Black with #86DC9F

Text Example


Text Example

White with #86DC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #86DC9F;
 }
 .AnyTagClassName
 {
   color: #86DC9F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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