#90A39B

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

Shades of Cascade #90A39B

Tints of Cascade #90A39B

Color information

#90A39B (or 0x90A39B) is unknown color: approx Cascade. HEX triplet: 90, A3 and 9B. RGB value is (144,163,155). Sum of RGB (Red+Green+Blue) = 144+163+155=462 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.17% from 462); Green value is 163 (64.06% from 255 or 35.28% from 462); Blue value is 155 (60.94% from 255 or 33.55% from 462); Max value from RGB is 163 - color contains mainly: green. Hex color #90A39B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A39B is #6F5C64. Grayscale: #9C9C9C. Windows color (decimal): -7298149 or 10199952. OLE color: 10199952.

HSL color Cylindrical-coordinate representation of color #90A39B: hue angle of 154.74º degrees, saturation: 0.09, 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 #90A39B is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB144163155-
CMYK0.1200.050.36
HSL154.74º9.36%60.2%-
HSV(B)154.74º11.66%63.92%-
XYZ30.5234.4936.06-
YUV156.41127.21119.15-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.17%
GREEN value IS 163 (64.06% from 255) = 35.28%
BLUE value IS 155 (60.94% from 255) = 33.55%
R=31.17%
G=35.28%
B=33.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1441631550.1200.050.36154.749.3660.2
Hex90A39BC05249b93c
Octal2202432331405442331174
Binary10010000101000111001101111000101100100100110111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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