Html Css Color HEX #94A49F Cascade

📋 copy color: '#94A49F'

red 148 ◦ green 164 ◦ blue 159

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

Shades of Cascade #94A49F

Tints of Cascade #94A49F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.82%

 BLUE value IS 159 (62.5% from 255) = 33.76%

R = 31.42%
G = 34.82%
B = 33.76%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#94A49F (or 0x94A49F) is known color: Cascade. HEX triplet: 94, A4 and 9F. RGB value is (148,164,159). Sum of RGB (Red+Green+Blue) = 148+164+159=471 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.42% from 471); Green value is 164 (64.45% from 255 or 34.82% from 471); Blue value is 159 (62.5% from 255 or 33.76% from 471); Max value from RGB is 164 - color contains mainly: green. Hex color #94A49F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A49F is #6B5B60. Grayscale: #9E9E9E. Windows color (decimal): -7035745 or 10462356. OLE color: 10462356.

HSL color Cylindrical-coordinate representation of color #94A49F: hue angle of 161.25º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #94A49F is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB 148 164 159 -
CMYK 0.10 0 0.03 0.36
HSL 161.25º 0.08% 0.61% -
HSV(B) 161.25º 0.1% 0.64% -
XYZ 31.75 35.35 37.95 -
YUV 158.65 128.2 120.41 -
System Red Green Blue C M Y K H S L
Decimal 148 164 159 0.10 0 0.03 0.36 161.25 0.08 0.61
Hex 94 A4 9F A 0 3 24 A1 8 3D
Octal 224 244 237 12 0 3 44 241 10 75
Binary 10010100 10100100 10011111 1010 0 11 100100 10100001 1000 111101

Color Harmonies of #94A49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A49F

Black with #94A49F

Text Example


Text Example

White with #94A49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94A49F; }

 p { color: rgb(148,164,159); }

 H1.HeaderClassName
 {
   color: #94A49F;
 }
 .AnyTagClassName
 {
   color: #94A49F;
 }
</style>

background-color css

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

 a { background-color: rgb(148,164,159); }

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

border-color css

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

 span { border-color: rgb(148,164,159); }

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