#91A49D

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

Shades of Cascade #91A49D

Tints of Cascade #91A49D

Color information

#91A49D (or 0x91A49D) is unknown color: approx Cascade. HEX triplet: 91, A4 and 9D. RGB value is (145,164,157). Sum of RGB (Red+Green+Blue) = 145+164+157=466 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.12% from 466); Green value is 164 (64.45% from 255 or 35.19% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 164 - color contains mainly: green. Hex color #91A49D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91A49D is #6E5B62. Grayscale: #9D9D9D. Windows color (decimal): -7232355 or 10331281. OLE color: 10331281.

HSL color Cylindrical-coordinate representation of color #91A49D: hue angle of 157.89º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #91A49D is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB145164157-
CMYK0.1200.040.36
HSL157.89º9.45%60.59%-
HSV(B)157.89º11.59%64.31%-
XYZ31.043537.02-
YUV157.52127.71119.07-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.12%
GREEN value IS 164 (64.45% from 255) = 35.19%
BLUE value IS 157 (61.72% from 255) = 33.69%
R=31.12%
G=35.19%
B=33.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1451641570.1200.040.36157.899.4560.59
Hex91A49DC04249e93d
Octal2212442351404442361175
Binary10010001101001001001110111000100100100100111101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91A49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91A49D; }

 p { color: rgb(145,164,157); }

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

<style>
 a { background-color: #91A49D; }

 a { background-color: rgb(145,164,157); }

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

<style>
 span { border-color: #91A49D; }

 span { border-color: rgb(145,164,157); }

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