#95B58C

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

Shades of Mantle #95B58C

Tints of Mantle #95B58C

Color information

#95B58C (or 0x95B58C) is unknown color: approx Mantle. HEX triplet: 95, B5 and 8C. RGB value is (149,181,140). Sum of RGB (Red+Green+Blue) = 149+181+140=470 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.70% from 470); Green value is 181 (71.09% from 255 or 38.51% from 470); Blue value is 140 (55.08% from 255 or 29.79% from 470); Max value from RGB is 181 - color contains mainly: green. Hex color #95B58C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B58C is #6A4A73. Grayscale: #A6A6A6. Windows color (decimal): -6965876 or 9221525. OLE color: 9221525.

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

Color convert

RGB149181140-
CMYK0.1800.230.29
HSL106.83º21.69%62.94%-
HSV(B)106.83º22.65%70.98%-
XYZ33.6541.3331.01-
YUV166.76112.9115.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.70%
GREEN value IS 181 (71.09% from 255) = 38.51%
BLUE value IS 140 (55.08% from 255) = 29.79%
R=31.70%
G=38.51%
B=29.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1491811400.1800.230.29106.8321.6962.94
Hex95B58C120171D6b163f
Octal22526521422027351532677
Binary1001010110110101100011001001001011111101110101110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,181,140); }

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

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

 a { background-color: rgb(149,181,140); }

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

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

 span { border-color: rgb(149,181,140); }

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