#949997

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

Shades of Cascade #949997

Tints of Cascade #949997

Color information

#949997 (or 0x949997) is unknown color: approx Cascade. HEX triplet: 94, 99 and 97. RGB value is (148,153,151). Sum of RGB (Red+Green+Blue) = 148+153+151=452 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.74% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 151 (59.38% from 255 or 33.41% from 452); Max value from RGB is 153 - color contains mainly: green. Hex color #949997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949997 is #6B6668. Grayscale: #979797. Windows color (decimal): -7038569 or 9935252. OLE color: 9935252.

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

Color convert

RGB148153151-
CMYK0.0300.010.4
HSL156º2.39%59.02%-
HSV(B)156º3.27%60%-
XYZ29.1931.3133.78-
YUV151.28127.84125.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.74%
GREEN value IS 153 (60.16% from 255) = 33.85%
BLUE value IS 151 (59.38% from 255) = 33.41%
R=32.74%
G=33.85%
B=33.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1481531510.0300.010.41562.3959.02
Hex949997301289c23b
Octal22423122730150234273
Binary10010100100110011001011111011010001001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949997; }

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

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

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

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

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

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

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

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