Html Css Color HEX #86DBA0 Chinook

📋 copy color: '#86DBA0'

red 134 ◦ green 219 ◦ blue 160

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

Shades of Chinook #86DBA0

Tints of Chinook #86DBA0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.69%

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

R = 26.12%
G = 42.69%
B = 31.19%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#86DBA0 (or 0x86DBA0) is known color: Chinook. HEX triplet: 86, DB and A0. RGB value is (134,219,160). Sum of RGB (Red+Green+Blue) = 134+219+160=513 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.12% from 513); Green value is 219 (85.94% from 255 or 42.69% from 513); Blue value is 160 (62.89% from 255 or 31.19% from 513); Max value from RGB is 219 - color contains mainly: green. Hex color #86DBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DBA0 is #79245F. Grayscale: #BBBBBB. Windows color (decimal): -7939168 or 10541958. OLE color: 10541958.

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

Color convert

RGB 134 219 160 -
CMYK 0.39 0 0.27 0.14
HSL 138.35º 0.54% 0.69% -
HSV(B) 138.35º 0.39% 0.86% -
XYZ 41.51 58.27 42.32 -
YUV 186.86 112.84 90.3 -
System Red Green Blue C M Y K H S L
Decimal 134 219 160 0.39 0 0.27 0.14 138.35 0.54 0.69
Hex 86 DB A0 27 0 1B E 8A 36 45
Octal 206 333 240 47 0 33 16 212 66 105
Binary 10000110 11011011 10100000 100111 0 11011 1110 10001010 110110 1000101

Color Harmonies of #86DBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DBA0

Black with #86DBA0

Text Example


Text Example

White with #86DBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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