#95A091

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

Shades of Mantle #95A091

Tints of Mantle #95A091

Color information

#95A091 (or 0x95A091) is unknown color: approx Mantle. HEX triplet: 95, A0 and 91. RGB value is (149,160,145). Sum of RGB (Red+Green+Blue) = 149+160+145=454 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.82% from 454); Green value is 160 (62.89% from 255 or 35.24% from 454); Blue value is 145 (57.03% from 255 or 31.94% from 454); Max value from RGB is 160 - color contains mainly: green. Hex color #95A091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A091 is #6A5F6E. Grayscale: #9B9B9B. Windows color (decimal): -6971247 or 9543829. OLE color: 9543829.

HSL color Cylindrical-coordinate representation of color #95A091: hue angle of 104º degrees, saturation: 0.07, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #95A091 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB149160145-
CMYK0.0700.090.37
HSL104º7.32%59.8%-
HSV(B)104º9.38%62.75%-
XYZ30.0833.5831.68-
YUV155122.36123.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.82%
GREEN value IS 160 (62.89% from 255) = 35.24%
BLUE value IS 145 (57.03% from 255) = 31.94%
R=32.82%
G=35.24%
B=31.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1491601450.0700.090.371047.3259.8
Hex95A091709256873c
Octal225240221701145150774
Binary100101011010000010010001111010011001011101000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,160,145); }

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

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

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

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

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

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

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