Html Css Color HEX #86DE9F Chinook

📋 copy color: '#86DE9F'

red 134 ◦ green 222 ◦ blue 159

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

Shades of Chinook #86DE9F

Tints of Chinook #86DE9F

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.11%

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

R = 26.02%
G = 43.11%
B = 30.87%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#86DE9F (or 0x86DE9F) is known color: Chinook. HEX triplet: 86, DE and 9F. RGB value is (134,222,159). Sum of RGB (Red+Green+Blue) = 134+222+159=515 (68% of max value = 765). Red value is 134 (52.73% from 255 or 26.02% from 515); Green value is 222 (87.11% from 255 or 43.11% from 515); Blue value is 159 (62.5% from 255 or 30.87% from 515); Max value from RGB is 222 - color contains mainly: green. Hex color #86DE9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DE9F is #792160. Grayscale: #BCBCBC. Windows color (decimal): -7938401 or 10477190. OLE color: 10477190.

HSL color Cylindrical-coordinate representation of color #86DE9F: hue angle of 137.05º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86DE9F is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 222 159 -
CMYK 0.40 0 0.28 0.13
HSL 137.05º 0.57% 0.7% -
HSV(B) 137.05º 0.4% 0.87% -
XYZ 42.21 59.81 42.12 -
YUV 188.51 111.35 89.12 -
System Red Green Blue C M Y K H S L
Decimal 134 222 159 0.40 0 0.28 0.13 137.05 0.57 0.7
Hex 86 DE 9F 28 0 1C D 89 39 46
Octal 206 336 237 50 0 34 15 211 71 106
Binary 10000110 11011110 10011111 101000 0 11100 1101 10001001 111001 1000110

Color Harmonies of #86DE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DE9F

Black with #86DE9F

Text Example


Text Example

White with #86DE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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