#86A497

Color #86A497 Cascade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cascade #86A497

Tints of Cascade #86A497

Color information

#86A497 (or 0x86A497) is unknown color: approx Cascade. HEX triplet: 86, A4 and 97. RGB value is (134,164,151). Sum of RGB (Red+Green+Blue) = 134+164+151=449 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.84% from 449); Green value is 164 (64.45% from 255 or 36.53% from 449); Blue value is 151 (59.38% from 255 or 33.63% from 449); Max value from RGB is 164 - color contains mainly: green. Hex color #86A497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A497 is #795B68. Grayscale: #999999. Windows color (decimal): -7953257 or 9938054. OLE color: 9938054.

HSL color Cylindrical-coordinate representation of color #86A497: hue angle of 154º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #86A497 is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB134164151-
CMYK0.1800.080.36
HSL154º14.15%58.43%-
HSV(B)154º18.29%64.31%-
XYZ28.6933.8534.3-
YUV153.55126.56114.06-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.84%
GREEN value IS 164 (64.45% from 255) = 36.53%
BLUE value IS 151 (59.38% from 255) = 33.63%
R=29.84%
G=36.53%
B=33.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1341641510.1800.080.3615414.1558.43
Hex86A4971208249ae3a
Octal20624422722010442321672
Binary1000011010100100100101111001001000100100100110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,164,151); }

 H1.HeaderClassName
 {
   color: #86A497;
 }
 .AnyTagClassName
 {
   color: #86A497;
 }
</style>
background-color css

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

 a { background-color: rgb(134,164,151); }

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

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

 span { border-color: rgb(134,164,151); }

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