#95B48D

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

Shades of Mantle #95B48D

Tints of Mantle #95B48D

Color information

#95B48D (or 0x95B48D) is unknown color: approx Mantle. HEX triplet: 95, B4 and 8D. RGB value is (149,180,141). Sum of RGB (Red+Green+Blue) = 149+180+141=470 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.70% from 470); Green value is 180 (70.70% from 255 or 38.30% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 180 - color contains mainly: green. Hex color #95B48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B48D is #6A4B72. Grayscale: #A6A6A6. Windows color (decimal): -6966131 or 9286805. OLE color: 9286805.

HSL color Cylindrical-coordinate representation of color #95B48D: hue angle of 107.69º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #95B48D is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB149180141-
CMYK0.1700.220.29
HSL107.69º20.63%62.94%-
HSV(B)107.69º21.67%70.59%-
XYZ33.5240.9631.34-
YUV166.28113.73115.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.70%
GREEN value IS 180 (70.70% from 255) = 38.30%
BLUE value IS 141 (55.47% from 255) = 30%
R=31.70%
G=38.30%
B=30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1491801410.1700.220.29107.6920.6362.94
Hex95B48D110161D6c153f
Octal22526421521026351542577
Binary1001010110110100100011011000101011011101110110010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,180,141); }

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

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

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

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

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

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

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