Html Css Color HEX #86DD9D Chinook

📋 copy color: '#86DD9D'

red 134 ◦ green 221 ◦ blue 157

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

Shades of Chinook #86DD9D

Tints of Chinook #86DD9D

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.16%

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

R = 26.17%
G = 43.16%
B = 30.66%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#86DD9D (or 0x86DD9D) is known color: Chinook. HEX triplet: 86, DD and 9D. RGB value is (134,221,157). Sum of RGB (Red+Green+Blue) = 134+221+157=512 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.17% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 157 (61.72% from 255 or 30.66% from 512); Max value from RGB is 221 - color contains mainly: green. Hex color #86DD9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DD9D is #792262. Grayscale: #BBBBBB. Windows color (decimal): -7938659 or 10345862. OLE color: 10345862.

HSL color Cylindrical-coordinate representation of color #86DD9D: hue angle of 135.86º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86DD9D is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 221 157 -
CMYK 0.39 0 0.29 0.13
HSL 135.86º 0.56% 0.7% -
HSV(B) 135.86º 0.39% 0.87% -
XYZ 41.77 59.22 41.13 -
YUV 187.69 110.68 89.7 -
System Red Green Blue C M Y K H S L
Decimal 134 221 157 0.39 0 0.29 0.13 135.86 0.56 0.7
Hex 86 DD 9D 27 0 1D D 88 38 46
Octal 206 335 235 47 0 35 15 210 70 106
Binary 10000110 11011101 10011101 100111 0 11101 1101 10001000 111000 1000110

Color Harmonies of #86DD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DD9D

Black with #86DD9D

Text Example


Text Example

White with #86DD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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