#91A49E

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

Shades of Cascade #91A49E

Tints of Cascade #91A49E

Color information

#91A49E (or 0x91A49E) is unknown color: approx Cascade. HEX triplet: 91, A4 and 9E. RGB value is (145,164,158). Sum of RGB (Red+Green+Blue) = 145+164+158=467 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.05% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 158 (62.11% from 255 or 33.83% from 467); Max value from RGB is 164 - color contains mainly: green. Hex color #91A49E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91A49E is #6E5B61. Grayscale: #9D9D9D. Windows color (decimal): -7232354 or 10396817. OLE color: 10396817.

HSL color Cylindrical-coordinate representation of color #91A49E: hue angle of 161.05º 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 #91A49E is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB145164158-
CMYK0.1200.040.36
HSL161.05º9.45%60.59%-
HSV(B)161.05º11.59%64.31%-
XYZ31.1235.0437.47-
YUV157.64128.21118.99-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.05%
GREEN value IS 164 (64.45% from 255) = 35.12%
BLUE value IS 158 (62.11% from 255) = 33.83%
R=31.05%
G=35.12%
B=33.83%

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
Decimal1451641580.1200.040.36161.059.4560.59
Hex91A49EC0424a193d
Octal2212442361404442411175
Binary10010001101001001001111011000100100100101000011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91A49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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