Html Css Color HEX #86D99D Chinook

📋 copy color: '#86D99D'

red 134 ◦ green 217 ◦ blue 157

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

Shades of Chinook #86D99D

Tints of Chinook #86D99D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.72%

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

R = 26.38%
G = 42.72%
B = 30.91%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#86D99D (or 0x86D99D) is known color: Chinook. HEX triplet: 86, D9 and 9D. RGB value is (134,217,157). Sum of RGB (Red+Green+Blue) = 134+217+157=508 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.38% from 508); Green value is 217 (85.16% from 255 or 42.72% from 508); Blue value is 157 (61.72% from 255 or 30.91% from 508); Max value from RGB is 217 - color contains mainly: green. Hex color #86D99D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D99D is #792662. Grayscale: #B9B9B9. Windows color (decimal): -7939683 or 10344838. OLE color: 10344838.

HSL color Cylindrical-coordinate representation of color #86D99D: hue angle of 136.63º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86D99D is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 134 217 157 -
CMYK 0.38 0 0.28 0.15
HSL 136.63º 0.52% 0.69% -
HSV(B) 136.63º 0.38% 0.85% -
XYZ 40.73 57.13 40.78 -
YUV 185.34 112 91.38 -
System Red Green Blue C M Y K H S L
Decimal 134 217 157 0.38 0 0.28 0.15 136.63 0.52 0.69
Hex 86 D9 9D 26 0 1C F 89 34 45
Octal 206 331 235 46 0 34 17 211 64 105
Binary 10000110 11011001 10011101 100110 0 11100 1111 10001001 110100 1000101

Color Harmonies of #86D99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D99D

Black with #86D99D

Text Example


Text Example

White with #86D99D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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