#90A09B

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

Shades of Cascade #90A09B

Tints of Cascade #90A09B

Color information

#90A09B (or 0x90A09B) is unknown color: approx Cascade. HEX triplet: 90, A0 and 9B. RGB value is (144,160,155). Sum of RGB (Red+Green+Blue) = 144+160+155=459 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.37% from 459); Green value is 160 (62.89% from 255 or 34.86% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 160 - color contains mainly: green. Hex color #90A09B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A09B is #6F5F64. Grayscale: #9A9A9A. Windows color (decimal): -7298917 or 10199184. OLE color: 10199184.

HSL color Cylindrical-coordinate representation of color #90A09B: hue angle of 161.25º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #90A09B is Cyan = 0.1, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.

Color convert

RGB144160155-
CMYK0.100.030.37
HSL161.25º7.77%59.61%-
HSV(B)161.25º10%62.75%-
XYZ29.9933.4435.88-
YUV154.65128.2120.41-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.37%
GREEN value IS 160 (62.89% from 255) = 34.86%
BLUE value IS 155 (60.94% from 255) = 33.77%
R=31.37%
G=34.86%
B=33.77%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1441601550.100.030.37161.257.7759.61
Hex90A09BA0325a183c
Octal2202402331203452411074
Binary1001000010100000100110111010011100101101000011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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