#90B4A3

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

Shades of Tower Grey #90B4A3

Tints of Tower Grey #90B4A3

Color information

#90B4A3 (or 0x90B4A3) is unknown color: approx Tower Grey. HEX triplet: 90, B4 and A3. RGB value is (144,180,163). Sum of RGB (Red+Green+Blue) = 144+180+163=487 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.57% from 487); Green value is 180 (70.70% from 255 or 36.96% from 487); Blue value is 163 (64.06% from 255 or 33.47% from 487); Max value from RGB is 180 - color contains mainly: green. Hex color #90B4A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90B4A3 is #6F4B5C. Grayscale: #A7A7A7. Windows color (decimal): -7293789 or 10728592. OLE color: 10728592.

HSL color Cylindrical-coordinate representation of color #90B4A3: hue angle of 151.67º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #90B4A3 is Cyan = 0.2, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB144180163-
CMYK0.200.090.29
HSL151.67º19.35%63.53%-
HSV(B)151.67º20%70.59%-
XYZ34.4341.2240.79-
YUV167.3125.57111.38-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.57%
GREEN value IS 180 (70.70% from 255) = 36.96%
BLUE value IS 163 (64.06% from 255) = 33.47%
R=29.57%
G=36.96%
B=33.47%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1441801630.200.090.29151.6719.3563.53
Hex90B4A314091D981340
Octal220264243240113523023100
Binary10010000101101001010001110100010011110110011000100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B4A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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