#95B58D

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

Shades of Mantle #95B58D

Tints of Mantle #95B58D

Color information

#95B58D (or 0x95B58D) is unknown color: approx Mantle. HEX triplet: 95, B5 and 8D. RGB value is (149,181,141). Sum of RGB (Red+Green+Blue) = 149+181+141=471 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.63% from 471); Green value is 181 (71.09% from 255 or 38.43% from 471); Blue value is 141 (55.47% from 255 or 29.94% from 471); Max value from RGB is 181 - color contains mainly: green. Hex color #95B58D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B58D is #6A4A72. Grayscale: #A6A6A6. Windows color (decimal): -6965875 or 9287061. OLE color: 9287061.

HSL color Cylindrical-coordinate representation of color #95B58D: hue angle of 108º 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 #95B58D is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB149181141-
CMYK0.1800.220.29
HSL108º21.28%63.14%-
HSV(B)108º22.1%70.98%-
XYZ33.7341.3631.41-
YUV166.87113.4115.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.63%
GREEN value IS 181 (71.09% from 255) = 38.43%
BLUE value IS 141 (55.47% from 255) = 29.94%
R=31.63%
G=38.43%
B=29.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1491811410.1800.220.2910821.2863.14
Hex95B58D120161D6c153f
Octal22526521522026351542577
Binary1001010110110101100011011001001011011101110110010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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