Html Css Color HEX #97A598 Pewter

📋 copy color: '#97A598'

red 151 ◦ green 165 ◦ blue 152

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

Shades of Pewter #97A598

Tints of Pewter #97A598

RGB

 RED value IS 151 (59.38% from 255) = 32.26%

 GREEN value IS 165 (64.84% from 255) = 35.26%

 BLUE value IS 152 (59.77% from 255) = 32.48%

R = 32.26%
G = 35.26%
B = 32.48%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#97A598 (or 0x97A598) is known color: Pewter. HEX triplet: 97, A5 and 98. RGB value is (151,165,152). Sum of RGB (Red+Green+Blue) = 151+165+152=468 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.26% from 468); Green value is 165 (64.84% from 255 or 35.26% from 468); Blue value is 152 (59.77% from 255 or 32.48% from 468); Max value from RGB is 165 - color contains mainly: green. Hex color #97A598 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A598 is #685A67. Grayscale: #9F9F9F. Windows color (decimal): -6838888 or 10003863. OLE color: 10003863.

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

Color convert

RGB 151 165 152 -
CMYK 0.08 0 0.08 0.35
HSL 124.29º 0.07% 0.62% -
HSV(B) 124.29º 0.08% 0.65% -
XYZ 31.89 35.76 34.93 -
YUV 159.33 123.86 122.06 -
System Red Green Blue C M Y K H S L
Decimal 151 165 152 0.08 0 0.08 0.35 124.29 0.07 0.62
Hex 97 A5 98 8 0 8 23 7C 7 3E
Octal 227 245 230 10 0 10 43 174 7 76
Binary 10010111 10100101 10011000 1000 0 1000 100011 1111100 111 111110

Color Harmonies of #97A598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A598

Black with #97A598

Text Example


Text Example

White with #97A598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97A598; }

 p { color: rgb(151,165,152); }

 H1.HeaderClassName
 {
   color: #97A598;
 }
 .AnyTagClassName
 {
   color: #97A598;
 }
</style>

background-color css

<style>
 a { background-color: #97A598; }

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

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

border-color css

<style>
 span { border-color: #97A598; }

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

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