Html Css Color HEX #86DC9B Chinook

📋 copy color: '#86DC9B'

red 134 ◦ green 220 ◦ blue 155

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

Shades of Chinook #86DC9B

Tints of Chinook #86DC9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.45%

R = 26.33%
G = 43.22%
B = 30.45%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#86DC9B (or 0x86DC9B) is known color: Chinook. HEX triplet: 86, DC and 9B. RGB value is (134,220,155). Sum of RGB (Red+Green+Blue) = 134+220+155=509 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.33% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 155 (60.94% from 255 or 30.45% from 509); Max value from RGB is 220 - color contains mainly: green. Hex color #86DC9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DC9B is #792364. Grayscale: #BBBBBB. Windows color (decimal): -7938917 or 10214534. OLE color: 10214534.

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

Color convert

RGB 134 220 155 -
CMYK 0.39 0 0.30 0.14
HSL 134.65º 0.55% 0.69% -
HSV(B) 134.65º 0.39% 0.86% -
XYZ 41.34 58.62 40.15 -
YUV 186.88 110.01 90.29 -
System Red Green Blue C M Y K H S L
Decimal 134 220 155 0.39 0 0.30 0.14 134.65 0.55 0.69
Hex 86 DC 9B 27 0 1E E 87 37 45
Octal 206 334 233 47 0 36 16 207 67 105
Binary 10000110 11011100 10011011 100111 0 11110 1110 10000111 110111 1000101

Color Harmonies of #86DC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DC9B

Black with #86DC9B

Text Example


Text Example

White with #86DC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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