#95AA95

Color #95AA95 Pewter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pewter #95AA95

Tints of Pewter #95AA95

Color information

#95AA95 (or 0x95AA95) is unknown color: approx Pewter. HEX triplet: 95, AA and 95. RGB value is (149,170,149). Sum of RGB (Red+Green+Blue) = 149+170+149=468 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.84% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 149 (58.59% from 255 or 31.84% from 468); Max value from RGB is 170 - color contains mainly: green. Hex color #95AA95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AA95 is #6A556A. Grayscale: #A1A1A1. Windows color (decimal): -6968683 or 9808533. OLE color: 9808533.

HSL color Cylindrical-coordinate representation of color #95AA95: hue angle of 120º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #95AA95 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB149170149-
CMYK0.1200.120.33
HSL120º10.99%62.55%-
HSV(B)120º12.35%66.67%-
XYZ32.1937.3133.94-
YUV161.33121.04119.21-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.84%
GREEN value IS 170 (66.80% from 255) = 36.32%
BLUE value IS 149 (58.59% from 255) = 31.84%
R=31.84%
G=36.32%
B=31.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491701490.1200.120.3312010.9962.55
Hex95AA95C0C2178b3f
Octal22525222514014411701377
Binary10010101101010101001010111000110010000111110001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95AA95; }

 p { color: rgb(149,170,149); }

 H1.HeaderClassName
 {
   color: #95AA95;
 }
 .AnyTagClassName
 {
   color: #95AA95;
 }
</style>
background-color css

<style>
 a { background-color: #95AA95; }

 a { background-color: rgb(149,170,149); }

 div.DivClassName
 {
   background-color: #95AA95;
 }
 .BgClassName
 {
   background-color: #95AA95;
 }
</style>
border-color css

<style>
 span { border-color: #95AA95; }

 span { border-color: rgb(149,170,149); }

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