#949A98

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

Shades of Cascade #949A98

Tints of Cascade #949A98

Color information

#949A98 (or 0x949A98) is unknown color: approx Cascade. HEX triplet: 94, 9A and 98. RGB value is (148,154,152). Sum of RGB (Red+Green+Blue) = 148+154+152=454 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.60% from 454); Green value is 154 (60.55% from 255 or 33.92% from 454); Blue value is 152 (59.77% from 255 or 33.48% from 454); Max value from RGB is 154 - color contains mainly: green. Hex color #949A98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949A98 is #6B6567. Grayscale: #979797. Windows color (decimal): -7038312 or 10001044. OLE color: 10001044.

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

Color convert

RGB148154152-
CMYK0.0400.010.40
HSL160º2.88%59.22%-
HSV(B)160º3.9%60.39%-
XYZ29.4431.6734.27-
YUV151.98128.01125.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.60%
GREEN value IS 154 (60.55% from 255) = 33.92%
BLUE value IS 152 (59.77% from 255) = 33.48%
R=32.60%
G=33.92%
B=33.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1481541520.0400.010.401602.8859.22
Hex949A9840128a033b
Octal22423223040150240373
Binary100101001001101010011000100011010001010000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949A98; }

 p { color: rgb(148,154,152); }

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

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

 a { background-color: rgb(148,154,152); }

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

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

 span { border-color: rgb(148,154,152); }

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