#98AD99

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

Shades of Pewter #98AD99

Tints of Pewter #98AD99

Color information

#98AD99 (or 0x98AD99) is unknown color: approx Pewter. HEX triplet: 98, AD and 99. RGB value is (152,173,153). Sum of RGB (Red+Green+Blue) = 152+173+153=478 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.80% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 153 (60.16% from 255 or 32.01% from 478); Max value from RGB is 173 - color contains mainly: green. Hex color #98AD99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AD99 is #675266. Grayscale: #A4A4A4. Windows color (decimal): -6771303 or 10071448. OLE color: 10071448.

HSL color Cylindrical-coordinate representation of color #98AD99: hue angle of 122.86º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #98AD99 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB152173153-
CMYK0.1200.120.32
HSL122.86º11.35%63.73%-
HSV(B)122.86º12.14%67.84%-
XYZ33.6438.8635.87-
YUV164.44121.54119.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.80%
GREEN value IS 173 (67.97% from 255) = 36.19%
BLUE value IS 153 (60.16% from 255) = 32.01%
R=31.80%
G=36.19%
B=32.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1521731530.1200.120.32122.8611.3563.73
Hex98AD99C0C207bb40
Octal230255231140144017313100
Binary100110001010110110011001110001100100000111101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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