#95A491

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

Shades of Mantle #95A491

Tints of Mantle #95A491

Color information

#95A491 (or 0x95A491) is unknown color: approx Mantle. HEX triplet: 95, A4 and 91. RGB value is (149,164,145). Sum of RGB (Red+Green+Blue) = 149+164+145=458 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.53% from 458); Green value is 164 (64.45% from 255 or 35.81% from 458); Blue value is 145 (57.03% from 255 or 31.66% from 458); Max value from RGB is 164 - color contains mainly: green. Hex color #95A491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A491 is #6A5B6E. Grayscale: #9D9D9D. Windows color (decimal): -6970223 or 9544853. OLE color: 9544853.

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

Color convert

RGB149164145-
CMYK0.0900.120.36
HSL107.37º9.45%60.59%-
HSV(B)107.37º11.59%64.31%-
XYZ30.7834.9831.92-
YUV157.35121.03122.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.53%
GREEN value IS 164 (64.45% from 255) = 35.81%
BLUE value IS 145 (57.03% from 255) = 31.66%
R=32.53%
G=35.81%
B=31.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1491641450.0900.120.36107.379.4560.59
Hex95A49190C246b93d
Octal22524422111014441531175
Binary10010101101001001001000110010110010010011010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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