Html Css Color HEX #949C9A Cascade

📋 copy color: '#949C9A'

red 148 ◦ green 156 ◦ blue 154

#949C9A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cascade #949C9A

Tints of Cascade #949C9A

RGB

 RED value IS 148 (58.2% from 255) = 32.31%

 GREEN value IS 156 (61.33% from 255) = 34.06%

 BLUE value IS 154 (60.55% from 255) = 33.62%

R = 32.31%
G = 34.06%
B = 33.62%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#949C9A (or 0x949C9A) is known color: Cascade. HEX triplet: 94, 9C and 9A. RGB value is (148,156,154). Sum of RGB (Red+Green+Blue) = 148+156+154=458 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.31% from 458); Green value is 156 (61.33% from 255 or 34.06% from 458); Blue value is 154 (60.55% from 255 or 33.62% from 458); Max value from RGB is 156 - color contains mainly: green. Hex color #949C9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949C9A is #6B6365. Grayscale: #999999. Windows color (decimal): -7037798 or 10132628. OLE color: 10132628.

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

Color convert

RGB 148 156 154 -
CMYK 0.05 0 0.01 0.39
HSL 165º 0.04% 0.6% -
HSV(B) 165º 0.05% 0.61% -
XYZ 29.93 32.41 35.25 -
YUV 153.38 128.35 124.16 -
System Red Green Blue C M Y K H S L
Decimal 148 156 154 0.05 0 0.01 0.39 165 0.04 0.6
Hex 94 9C 9A 5 0 1 27 A5 4 3C
Octal 224 234 232 5 0 1 47 245 4 74
Binary 10010100 10011100 10011010 101 0 1 100111 10100101 100 111100

Color Harmonies of #949C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949C9A

Black with #949C9A

Text Example


Text Example

White with #949C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #949C9A;
 }
 .AnyTagClassName
 {
   color: #949C9A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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