#95B48A

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

Shades of Mantle #95B48A

Tints of Mantle #95B48A

Color information

#95B48A (or 0x95B48A) is unknown color: approx Mantle. HEX triplet: 95, B4 and 8A. RGB value is (149,180,138). Sum of RGB (Red+Green+Blue) = 149+180+138=467 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.91% from 467); Green value is 180 (70.70% from 255 or 38.54% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 180 - color contains mainly: green. Hex color #95B48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B48A is #6A4B75. Grayscale: #A6A6A6. Windows color (decimal): -6966134 or 9090197. OLE color: 9090197.

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

Color convert

RGB149180138-
CMYK0.1700.230.29
HSL104.29º21.88%62.35%-
HSV(B)104.29º23.33%70.59%-
XYZ33.340.8730.18-
YUV165.94112.23115.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.91%
GREEN value IS 180 (70.70% from 255) = 38.54%
BLUE value IS 138 (54.30% from 255) = 29.55%
R=31.91%
G=38.54%
B=29.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1491801380.1700.230.29104.2921.8862.35
Hex95B48A110171D68163e
Octal22526421221027351502676
Binary1001010110110100100010101000101011111101110100010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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