#98AB99

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

Shades of Pewter #98AB99

Tints of Pewter #98AB99

Color information

#98AB99 (or 0x98AB99) is unknown color: approx Pewter. HEX triplet: 98, AB and 99. RGB value is (152,171,153). Sum of RGB (Red+Green+Blue) = 152+171+153=476 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.93% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 153 (60.16% from 255 or 32.14% from 476); Max value from RGB is 171 - color contains mainly: green. Hex color #98AB99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AB99 is #675466. Grayscale: #A3A3A3. Windows color (decimal): -6771815 or 10070936. OLE color: 10070936.

HSL color Cylindrical-coordinate representation of color #98AB99: hue angle of 123.16º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #98AB99 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB152171153-
CMYK0.1100.110.33
HSL123.16º10.16%63.33%-
HSV(B)123.16º11.11%67.06%-
XYZ33.2638.135.74-
YUV163.27122.21119.96-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.93%
GREEN value IS 171 (67.19% from 255) = 35.92%
BLUE value IS 153 (60.16% from 255) = 32.14%
R=31.93%
G=35.92%
B=32.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521711530.1100.110.33123.1610.1663.33
Hex98AB99B0B217ba3f
Octal23025323113013411731277
Binary10011000101010111001100110110101110000111110111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98AB99; }

 p { color: rgb(152,171,153); }

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

<style>
 a { background-color: #98AB99; }

 a { background-color: rgb(152,171,153); }

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

<style>
 span { border-color: #98AB99; }

 span { border-color: rgb(152,171,153); }

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