#95A47C

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

Shades of Sage #95A47C

Tints of Sage #95A47C

Color information

#95A47C (or 0x95A47C) is unknown color: approx Sage. HEX triplet: 95, A4 and 7C. RGB value is (149,164,124). Sum of RGB (Red+Green+Blue) = 149+164+124=437 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.10% from 437); Green value is 164 (64.45% from 255 or 37.53% from 437); Blue value is 124 (48.83% from 255 or 28.38% from 437); Max value from RGB is 164 - color contains mainly: green. Hex color #95A47C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A47C is #6A5B83. Grayscale: #9B9B9B. Windows color (decimal): -6970244 or 8168597. OLE color: 8168597.

HSL color Cylindrical-coordinate representation of color #95A47C: hue angle of 82.5º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #95A47C is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB149164124-
CMYK0.0900.240.36
HSL82.5º18.02%56.47%-
HSV(B)82.5º24.39%64.31%-
XYZ29.3134.424.16-
YUV154.95110.53123.75-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.10%
GREEN value IS 164 (64.45% from 255) = 37.53%
BLUE value IS 124 (48.83% from 255) = 28.38%
R=34.10%
G=37.53%
B=28.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1491641240.0900.240.3682.518.0256.47
Hex95A47C901824521238
Octal22524417411030441222270
Binary100101011010010011111001001011000100100101001010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,164,124); }

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

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

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

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

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

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

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