Html Css Color HEX #90AA91 Pewter

📋 copy color: '#90AA91'

red 144 ◦ green 170 ◦ blue 145

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

Shades of Pewter #90AA91

Tints of Pewter #90AA91

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.04%

 BLUE value IS 145 (57.03% from 255) = 31.59%

R = 31.37%
G = 37.04%
B = 31.59%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#90AA91 (or 0x90AA91) is known color: Pewter. HEX triplet: 90, AA and 91. RGB value is (144,170,145). Sum of RGB (Red+Green+Blue) = 144+170+145=459 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.37% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 145 (57.03% from 255 or 31.59% from 459); Max value from RGB is 170 - color contains mainly: green. Hex color #90AA91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AA91 is #6F556E. Grayscale: #9F9F9F. Windows color (decimal): -7296367 or 9546384. OLE color: 9546384.

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

Color convert

RGB 144 170 145 -
CMYK 0.15 0 0.15 0.33
HSL 122.31º 0.13% 0.62% -
HSV(B) 122.31º 0.15% 0.67% -
XYZ 30.99 36.72 32.24 -
YUV 159.38 119.89 117.03 -
System Red Green Blue C M Y K H S L
Decimal 144 170 145 0.15 0 0.15 0.33 122.31 0.13 0.62
Hex 90 AA 91 F 0 F 21 7A D 3E
Octal 220 252 221 17 0 17 41 172 15 76
Binary 10010000 10101010 10010001 1111 0 1111 100001 1111010 1101 111110

Color Harmonies of #90AA91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AA91

Black with #90AA91

Text Example


Text Example

White with #90AA91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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