#98A298

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

Shades of Pewter #98A298

Tints of Pewter #98A298

Color information

#98A298 (or 0x98A298) is unknown color: approx Pewter. HEX triplet: 98, A2 and 98. RGB value is (152,162,152). Sum of RGB (Red+Green+Blue) = 152+162+152=466 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.62% from 466); Green value is 162 (63.67% from 255 or 34.76% from 466); Blue value is 152 (59.77% from 255 or 32.62% from 466); Max value from RGB is 162 - color contains mainly: green. Hex color #98A298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A298 is #675D67. Grayscale: #9D9D9D. Windows color (decimal): -6774120 or 10003096. OLE color: 10003096.

HSL color Cylindrical-coordinate representation of color #98A298: hue angle of 120º degrees, saturation: 0.05, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #98A298 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB152162152-
CMYK0.0600.060.36
HSL120º5.1%61.57%-
HSV(B)120º6.17%63.53%-
XYZ31.5434.7834.76-
YUV157.87124.69123.81-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.62%
GREEN value IS 162 (63.67% from 255) = 34.76%
BLUE value IS 152 (59.77% from 255) = 32.62%
R=32.62%
G=34.76%
B=32.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1521621520.0600.060.361205.161.57
Hex98A298606247853e
Octal23024223060644170576
Binary10011000101000101001100011001101001001111000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,162,152); }

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

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

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

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

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

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

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