Html Css Color HEX #98A799 Pewter

📋 copy color: '#98A799'

red 152 ◦ green 167 ◦ blue 153

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

Shades of Pewter #98A799

Tints of Pewter #98A799

RGB

 RED value IS 152 (59.77% from 255) = 32.2%

 GREEN value IS 167 (65.63% from 255) = 35.38%

 BLUE value IS 153 (60.16% from 255) = 32.42%

R = 32.2%
G = 35.38%
B = 32.42%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#98A799 (or 0x98A799) is known color: Pewter. HEX triplet: 98, A7 and 99. RGB value is (152,167,153). Sum of RGB (Red+Green+Blue) = 152+167+153=472 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.20% from 472); Green value is 167 (65.62% from 255 or 35.38% from 472); Blue value is 153 (60.16% from 255 or 32.42% from 472); Max value from RGB is 167 - color contains mainly: green. Hex color #98A799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A799 is #675866. Grayscale: #A0A0A0. Windows color (decimal): -6772839 or 10069912. OLE color: 10069912.

HSL color Cylindrical-coordinate representation of color #98A799: hue angle of 124º degrees, saturation: 0.08, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #98A799 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB 152 167 153 -
CMYK 0.09 0 0.08 0.35
HSL 124º 0.08% 0.63% -
HSV(B) 124º 0.09% 0.65% -
XYZ 32.52 36.61 35.49 -
YUV 160.92 123.53 121.64 -
System Red Green Blue C M Y K H S L
Decimal 152 167 153 0.09 0 0.08 0.35 124 0.08 0.63
Hex 98 A7 99 9 0 8 23 7C 8 3F
Octal 230 247 231 11 0 10 43 174 10 77
Binary 10011000 10100111 10011001 1001 0 1000 100011 1111100 1000 111111

Color Harmonies of #98A799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A799

Black with #98A799

Text Example


Text Example

White with #98A799

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #98A799;
 }
 .AnyTagClassName
 {
   color: #98A799;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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