Html Css Color HEX #86A196 Cascade

📋 copy color: '#86A196'

red 134 ◦ green 161 ◦ blue 150

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

Shades of Cascade #86A196

Tints of Cascade #86A196

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.18%

 BLUE value IS 150 (58.98% from 255) = 33.71%

R = 30.11%
G = 36.18%
B = 33.71%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#86A196 (or 0x86A196) is known color: Cascade. HEX triplet: 86, A1 and 96. RGB value is (134,161,150). Sum of RGB (Red+Green+Blue) = 134+161+150=445 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.11% from 445); Green value is 161 (63.28% from 255 or 36.18% from 445); Blue value is 150 (58.98% from 255 or 33.71% from 445); Max value from RGB is 161 - color contains mainly: green. Hex color #86A196 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A196 is #795E69. Grayscale: #979797. Windows color (decimal): -7954026 or 9871750. OLE color: 9871750.

HSL color Cylindrical-coordinate representation of color #86A196: hue angle of 155.56º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #86A196 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB 134 161 150 -
CMYK 0.17 0 0.07 0.37
HSL 155.56º 0.13% 0.58% -
HSV(B) 155.56º 0.17% 0.63% -
XYZ 28.08 32.76 33.7 -
YUV 151.67 127.05 115.39 -
System Red Green Blue C M Y K H S L
Decimal 134 161 150 0.17 0 0.07 0.37 155.56 0.13 0.58
Hex 86 A1 96 11 0 7 25 9C D 3A
Octal 206 241 226 21 0 7 45 234 15 72
Binary 10000110 10100001 10010110 10001 0 111 100101 10011100 1101 111010

Color Harmonies of #86A196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A196

Black with #86A196

Text Example


Text Example

White with #86A196

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,161,150); }

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

background-color css

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

 a { background-color: rgb(134,161,150); }

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

border-color css

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

 span { border-color: rgb(134,161,150); }

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