Html Css Color HEX #96A396 Pewter

📋 copy color: '#96A396'

red 150 ◦ green 163 ◦ blue 150

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

Shades of Pewter #96A396

Tints of Pewter #96A396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 32.4%

R = 32.4%
G = 35.21%
B = 32.4%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#96A396 (or 0x96A396) is known color: Pewter. HEX triplet: 96, A3 and 96. RGB value is (150,163,150). Sum of RGB (Red+Green+Blue) = 150+163+150=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 163 (64.06% from 255 or 35.21% from 463); Blue value is 150 (58.98% from 255 or 32.40% from 463); Max value from RGB is 163 - color contains mainly: green. Hex color #96A396 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A396 is #695C69. Grayscale: #9D9D9D. Windows color (decimal): -6904938 or 9872278. OLE color: 9872278.

HSL color Cylindrical-coordinate representation of color #96A396: hue angle of 120º 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 #96A396 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB 150 163 150 -
CMYK 0.08 0 0.08 0.36
HSL 120º 0.07% 0.61% -
HSV(B) 120º 0.08% 0.64% -
XYZ 31.18 34.88 33.94 -
YUV 157.63 123.69 122.56 -
System Red Green Blue C M Y K H S L
Decimal 150 163 150 0.08 0 0.08 0.36 120 0.07 0.61
Hex 96 A3 96 8 0 8 24 78 7 3D
Octal 226 243 226 10 0 10 44 170 7 75
Binary 10010110 10100011 10010110 1000 0 1000 100100 1111000 111 111101

Color Harmonies of #96A396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A396

Black with #96A396

Text Example


Text Example

White with #96A396

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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