#909997

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

Shades of Cascade #909997

Tints of Cascade #909997

Color information

#909997 (or 0x909997) is unknown color: approx Cascade. HEX triplet: 90, 99 and 97. RGB value is (144,153,151). Sum of RGB (Red+Green+Blue) = 144+153+151=448 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.14% from 448); Green value is 153 (60.16% from 255 or 34.15% from 448); Blue value is 151 (59.38% from 255 or 33.71% from 448); Max value from RGB is 153 - color contains mainly: green. Hex color #909997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909997 is #6F6668. Grayscale: #969696. Windows color (decimal): -7300713 or 9935248. OLE color: 9935248.

HSL color Cylindrical-coordinate representation of color #909997: hue angle of 166.67º degrees, saturation: 0.04, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #909997 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB144153151-
CMYK0.0600.010.4
HSL166.67º4.23%58.24%-
HSV(B)166.67º5.88%60%-
XYZ28.4830.9533.75-
YUV150.08128.52123.66-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.14%
GREEN value IS 153 (60.16% from 255) = 34.15%
BLUE value IS 151 (59.38% from 255) = 33.71%
R=32.14%
G=34.15%
B=33.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1441531510.0600.010.4166.674.2358.24
Hex90999760128a743a
Octal22023122760150247472
Binary1001000010011001100101111100110100010100111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909997; }

 p { color: rgb(144,153,151); }

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

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

 a { background-color: rgb(144,153,151); }

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

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

 span { border-color: rgb(144,153,151); }

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