Html Css Color HEX #96A397 Pewter

📋 copy color: '#96A397'

red 150 ◦ green 163 ◦ blue 151

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

Shades of Pewter #96A397

Tints of Pewter #96A397

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.13%

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

R = 32.33%
G = 35.13%
B = 32.54%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#96A397 (or 0x96A397) is known color: Pewter. HEX triplet: 96, A3 and 97. RGB value is (150,163,151). Sum of RGB (Red+Green+Blue) = 150+163+151=464 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.33% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 151 (59.38% from 255 or 32.54% from 464); Max value from RGB is 163 - color contains mainly: green. Hex color #96A397 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A397 is #695C68. Grayscale: #9D9D9D. Windows color (decimal): -6904937 or 9937814. OLE color: 9937814.

HSL color Cylindrical-coordinate representation of color #96A397: hue angle of 124.62º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #96A397 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 150 163 151 -
CMYK 0.08 0 0.07 0.36
HSL 124.62º 0.07% 0.61% -
HSV(B) 124.62º 0.08% 0.64% -
XYZ 31.26 34.91 34.37 -
YUV 157.75 124.19 122.48 -
System Red Green Blue C M Y K H S L
Decimal 150 163 151 0.08 0 0.07 0.36 124.62 0.07 0.61
Hex 96 A3 97 8 0 7 24 7D 7 3D
Octal 226 243 227 10 0 7 44 175 7 75
Binary 10010110 10100011 10010111 1000 0 111 100100 1111101 111 111101

Color Harmonies of #96A397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A397

Black with #96A397

Text Example


Text Example

White with #96A397

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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