#909995

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

Shades of Cascade #909995

Tints of Cascade #909995

Color information

#909995 (or 0x909995) is unknown color: approx Cascade. HEX triplet: 90, 99 and 95. RGB value is (144,153,149). Sum of RGB (Red+Green+Blue) = 144+153+149=446 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.29% from 446); Green value is 153 (60.16% from 255 or 34.30% from 446); Blue value is 149 (58.59% from 255 or 33.41% from 446); Max value from RGB is 153 - color contains mainly: green. Hex color #909995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909995 is #6F666A. Grayscale: #959595. Windows color (decimal): -7300715 or 9804176. OLE color: 9804176.

HSL color Cylindrical-coordinate representation of color #909995: hue angle of 153.33º 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 #909995 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB144153149-
CMYK0.0600.030.4
HSL153.33º4.23%58.24%-
HSV(B)153.33º5.88%60%-
XYZ28.3230.8832.9-
YUV149.85127.52123.83-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.29%
GREEN value IS 153 (60.16% from 255) = 34.30%
BLUE value IS 149 (58.59% from 255) = 33.41%
R=32.29%
G=34.30%
B=33.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1441531490.0600.030.4153.334.2358.24
Hex909995603289943a
Octal22023122560350231472
Binary10010000100110011001010111001110100010011001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909995; }

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

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

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

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

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

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

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

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