#95A093

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

Shades of Mantle #95A093

Tints of Mantle #95A093

Color information

#95A093 (or 0x95A093) is unknown color: approx Mantle. HEX triplet: 95, A0 and 93. RGB value is (149,160,147). Sum of RGB (Red+Green+Blue) = 149+160+147=456 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.68% from 456); Green value is 160 (62.89% from 255 or 35.09% from 456); Blue value is 147 (57.81% from 255 or 32.24% from 456); Max value from RGB is 160 - color contains mainly: green. Hex color #95A093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A093 is #6A5F6C. Grayscale: #9B9B9B. Windows color (decimal): -6971245 or 9674901. OLE color: 9674901.

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

Color convert

RGB149160147-
CMYK0.0700.080.37
HSL110.77º6.4%60.2%-
HSV(B)110.77º8.12%62.75%-
XYZ30.2333.6432.5-
YUV155.23123.36123.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.68%
GREEN value IS 160 (62.89% from 255) = 35.09%
BLUE value IS 147 (57.81% from 255) = 32.24%
R=32.68%
G=35.09%
B=32.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1491601470.0700.080.37110.776.460.2
Hex95A093708256f63c
Octal225240223701045157674
Binary100101011010000010010011111010001001011101111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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