#919C99

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

Shades of Cascade #919C99

Tints of Cascade #919C99

Color information

#919C99 (or 0x919C99) is unknown color: approx Cascade. HEX triplet: 91, 9C and 99. RGB value is (145,156,153). Sum of RGB (Red+Green+Blue) = 145+156+153=454 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.94% from 454); Green value is 156 (61.33% from 255 or 34.36% from 454); Blue value is 153 (60.16% from 255 or 33.70% from 454); Max value from RGB is 156 - color contains mainly: green. Hex color #919C99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919C99 is #6E6366. Grayscale: #989898. Windows color (decimal): -7234407 or 10067089. OLE color: 10067089.

HSL color Cylindrical-coordinate representation of color #919C99: hue angle of 163.64º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #919C99 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.

Color convert

RGB145156153-
CMYK0.0700.020.39
HSL163.64º5.26%59.02%-
HSV(B)163.64º7.05%61.18%-
XYZ29.3232.134.79-
YUV152.37128.36122.74-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.94%
GREEN value IS 156 (61.33% from 255) = 34.36%
BLUE value IS 153 (60.16% from 255) = 33.70%
R=31.94%
G=34.36%
B=33.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1451561530.0700.020.39163.645.2659.02
Hex919C9970227a453b
Octal22123423170247244573
Binary10010001100111001001100111101010011110100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,156,153); }

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

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

 a { background-color: rgb(145,156,153); }

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

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

 span { border-color: rgb(145,156,153); }

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