Html Css Color HEX #86D6A0 Chinook

📋 copy color: '#86D6A0'

red 134 ◦ green 214 ◦ blue 160

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

Shades of Chinook #86D6A0

Tints of Chinook #86D6A0

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.13%

 BLUE value IS 160 (62.89% from 255) = 31.5%

R = 26.38%
G = 42.13%
B = 31.5%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#86D6A0 (or 0x86D6A0) is known color: Chinook. HEX triplet: 86, D6 and A0. RGB value is (134,214,160). Sum of RGB (Red+Green+Blue) = 134+214+160=508 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.38% from 508); Green value is 214 (83.98% from 255 or 42.13% from 508); Blue value is 160 (62.89% from 255 or 31.50% from 508); Max value from RGB is 214 - color contains mainly: green. Hex color #86D6A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D6A0 is #79295F. Grayscale: #B8B8B8. Windows color (decimal): -7940448 or 10540678. OLE color: 10540678.

HSL color Cylindrical-coordinate representation of color #86D6A0: hue angle of 139.5º degrees, saturation: 0.49, 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 #86D6A0 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 134 214 160 -
CMYK 0.37 0 0.25 0.16
HSL 139.5º 0.49% 0.68% -
HSV(B) 139.5º 0.37% 0.84% -
XYZ 40.22 55.7 41.89 -
YUV 183.92 114.5 92.39 -
System Red Green Blue C M Y K H S L
Decimal 134 214 160 0.37 0 0.25 0.16 139.5 0.49 0.68
Hex 86 D6 A0 25 0 19 10 8C 31 44
Octal 206 326 240 45 0 31 20 214 61 104
Binary 10000110 11010110 10100000 100101 0 11001 10000 10001100 110001 1000100

Color Harmonies of #86D6A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D6A0

Black with #86D6A0

Text Example


Text Example

White with #86D6A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,214,160); }

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

background-color css

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

 a { background-color: rgb(134,214,160); }

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

border-color css

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

 span { border-color: rgb(134,214,160); }

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