Html Css Color HEX #86DB9D Chinook

📋 copy color: '#86DB9D'

red 134 ◦ green 219 ◦ blue 157

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

Shades of Chinook #86DB9D

Tints of Chinook #86DB9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 30.78%

R = 26.27%
G = 42.94%
B = 30.78%

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

#86DB9D (or 0x86DB9D) is known color: Chinook. HEX triplet: 86, DB and 9D. RGB value is (134,219,157). Sum of RGB (Red+Green+Blue) = 134+219+157=510 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.27% from 510); Green value is 219 (85.94% from 255 or 42.94% from 510); Blue value is 157 (61.72% from 255 or 30.78% from 510); Max value from RGB is 219 - color contains mainly: green. Hex color #86DB9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DB9D is #792462. Grayscale: #BABABA. Windows color (decimal): -7939171 or 10345350. OLE color: 10345350.

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

Color convert

RGB 134 219 157 -
CMYK 0.39 0 0.28 0.14
HSL 136.24º 0.54% 0.69% -
HSV(B) 136.24º 0.39% 0.86% -
XYZ 41.25 58.17 40.95 -
YUV 186.52 111.34 90.54 -
System Red Green Blue C M Y K H S L
Decimal 134 219 157 0.39 0 0.28 0.14 136.24 0.54 0.69
Hex 86 DB 9D 27 0 1C E 88 36 45
Octal 206 333 235 47 0 34 16 210 66 105
Binary 10000110 11011011 10011101 100111 0 11100 1110 10001000 110110 1000101

Color Harmonies of #86DB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DB9D

Black with #86DB9D

Text Example


Text Example

White with #86DB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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