Html Css Color HEX #96A597 Pewter

📋 copy color: '#96A597'

red 150 ◦ green 165 ◦ blue 151

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

Shades of Pewter #96A597

Tints of Pewter #96A597

RGB

 RED value IS 150 (58.98% from 255) = 32.19%

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

 BLUE value IS 151 (59.38% from 255) = 32.4%

R = 32.19%
G = 35.41%
B = 32.4%

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

#96A597 (or 0x96A597) is known color: Pewter. HEX triplet: 96, A5 and 97. RGB value is (150,165,151). Sum of RGB (Red+Green+Blue) = 150+165+151=466 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.19% from 466); Green value is 165 (64.84% from 255 or 35.41% from 466); Blue value is 151 (59.38% from 255 or 32.40% from 466); Max value from RGB is 165 - color contains mainly: green. Hex color #96A597 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A597 is #695A68. Grayscale: #9E9E9E. Windows color (decimal): -6904425 or 9938326. OLE color: 9938326.

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

Color convert

RGB 150 165 151 -
CMYK 0.09 0 0.08 0.35
HSL 124º 0.08% 0.62% -
HSV(B) 124º 0.09% 0.65% -
XYZ 31.62 35.63 34.49 -
YUV 158.92 123.53 121.64 -
System Red Green Blue C M Y K H S L
Decimal 150 165 151 0.09 0 0.08 0.35 124 0.08 0.62
Hex 96 A5 97 9 0 8 23 7C 8 3E
Octal 226 245 227 11 0 10 43 174 10 76
Binary 10010110 10100101 10010111 1001 0 1000 100011 1111100 1000 111110

Color Harmonies of #96A597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A597

Black with #96A597

Text Example


Text Example

White with #96A597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96A597; }

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

 H1.HeaderClassName
 {
   color: #96A597;
 }
 .AnyTagClassName
 {
   color: #96A597;
 }
</style>

background-color css

<style>
 a { background-color: #96A597; }

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

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

border-color css

<style>
 span { border-color: #96A597; }

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

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