#919A97

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

Shades of Cascade #919A97

Tints of Cascade #919A97

Color information

#919A97 (or 0x919A97) is unknown color: approx Cascade. HEX triplet: 91, 9A and 97. RGB value is (145,154,151). Sum of RGB (Red+Green+Blue) = 145+154+151=450 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.22% from 450); Green value is 154 (60.55% from 255 or 34.22% from 450); Blue value is 151 (59.38% from 255 or 33.56% from 450); Max value from RGB is 154 - color contains mainly: green. Hex color #919A97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919A97 is #6E6568. Grayscale: #969696. Windows color (decimal): -7234921 or 9935505. OLE color: 9935505.

HSL color Cylindrical-coordinate representation of color #919A97: hue angle of 160º degrees, saturation: 0.04, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #919A97 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.40.

Color convert

RGB145154151-
CMYK0.0600.020.40
HSL160º4.27%58.63%-
HSV(B)160º5.84%60.39%-
XYZ28.8231.3733.81-
YUV150.97128.02123.74-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.22%
GREEN value IS 154 (60.55% from 255) = 34.22%
BLUE value IS 151 (59.38% from 255) = 33.56%
R=32.22%
G=34.22%
B=33.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1451541510.0600.020.401604.2758.63
Hex919A9760228a043b
Octal22123222760250240473
Binary10010001100110101001011111001010100010100000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919A97; }

 p { color: rgb(145,154,151); }

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

<style>
 a { background-color: #919A97; }

 a { background-color: rgb(145,154,151); }

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

<style>
 span { border-color: #919A97; }

 span { border-color: rgb(145,154,151); }

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