#90AB91

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

Shades of Pewter #90AB91

Tints of Pewter #90AB91

Color information

#90AB91 (or 0x90AB91) is unknown color: approx Pewter. HEX triplet: 90, AB and 91. RGB value is (144,171,145). Sum of RGB (Red+Green+Blue) = 144+171+145=460 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.30% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 145 (57.03% from 255 or 31.52% from 460); Max value from RGB is 171 - color contains mainly: green. Hex color #90AB91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AB91 is #6F546E. Grayscale: #A0A0A0. Windows color (decimal): -7296111 or 9546640. OLE color: 9546640.

HSL color Cylindrical-coordinate representation of color #90AB91: hue angle of 122.22º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #90AB91 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB144171145-
CMYK0.1600.150.33
HSL122.22º13.85%61.76%-
HSV(B)122.22º15.79%67.06%-
XYZ31.1837.132.31-
YUV159.96119.55116.61-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.30%
GREEN value IS 171 (67.19% from 255) = 37.17%
BLUE value IS 145 (57.03% from 255) = 31.52%
R=31.30%
G=37.17%
B=31.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441711450.1600.150.33122.2213.8561.76
Hex90AB91100F217ae3e
Octal22025322120017411721676
Binary100100001010101110010001100000111110000111110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,171,145); }

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

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

 a { background-color: rgb(144,171,145); }

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

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

 span { border-color: rgb(144,171,145); }

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