Html Css Color HEX #90A49B Cascade

📋 copy color: '#90A49B'

red 144 ◦ green 164 ◦ blue 155

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

Shades of Cascade #90A49B

Tints of Cascade #90A49B

RGB

 RED value IS 144 (56.64% from 255) = 31.1%

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

 BLUE value IS 155 (60.94% from 255) = 33.48%

R = 31.1%
G = 35.42%
B = 33.48%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#90A49B (or 0x90A49B) is known color: Cascade. HEX triplet: 90, A4 and 9B. RGB value is (144,164,155). Sum of RGB (Red+Green+Blue) = 144+164+155=463 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.10% from 463); Green value is 164 (64.45% from 255 or 35.42% from 463); Blue value is 155 (60.94% from 255 or 33.48% from 463); Max value from RGB is 164 - color contains mainly: green. Hex color #90A49B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A49B is #6F5B64. Grayscale: #9D9D9D. Windows color (decimal): -7297893 or 10200208. OLE color: 10200208.

HSL color Cylindrical-coordinate representation of color #90A49B: hue angle of 153º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #90A49B is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB 144 164 155 -
CMYK 0.12 0 0.05 0.36
HSL 153º 0.1% 0.6% -
HSV(B) 153º 0.12% 0.64% -
XYZ 30.69 34.85 36.12 -
YUV 156.99 126.87 118.73 -
System Red Green Blue C M Y K H S L
Decimal 144 164 155 0.12 0 0.05 0.36 153 0.1 0.6
Hex 90 A4 9B C 0 5 24 99 A 3C
Octal 220 244 233 14 0 5 44 231 12 74
Binary 10010000 10100100 10011011 1100 0 101 100100 10011001 1010 111100

Color Harmonies of #90A49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A49B

Black with #90A49B

Text Example


Text Example

White with #90A49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90A49B; }

 p { color: rgb(144,164,155); }

 H1.HeaderClassName
 {
   color: #90A49B;
 }
 .AnyTagClassName
 {
   color: #90A49B;
 }
</style>

background-color css

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

 a { background-color: rgb(144,164,155); }

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

border-color css

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

 span { border-color: rgb(144,164,155); }

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