#95B586

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

Shades of Mantle #95B586

Tints of Mantle #95B586

Color information

#95B586 (or 0x95B586) is unknown color: approx Mantle. HEX triplet: 95, B5 and 86. RGB value is (149,181,134). Sum of RGB (Red+Green+Blue) = 149+181+134=464 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.11% from 464); Green value is 181 (71.09% from 255 or 39.01% from 464); Blue value is 134 (52.73% from 255 or 28.88% from 464); Max value from RGB is 181 - color contains mainly: green. Hex color #95B586 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B586 is #6A4A79. Grayscale: #A6A6A6. Windows color (decimal): -6965882 or 8828309. OLE color: 8828309.

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

Color convert

RGB149181134-
CMYK0.1800.260.29
HSL100.85º24.1%61.76%-
HSV(B)100.85º25.97%70.98%-
XYZ33.2241.1628.75-
YUV166.07109.9115.82-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.11%
GREEN value IS 181 (71.09% from 255) = 39.01%
BLUE value IS 134 (52.73% from 255) = 28.88%
R=32.11%
G=39.01%
B=28.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1491811340.1800.260.29100.8524.161.76
Hex95B5861201A1D65183e
Octal22526520622032351453076
Binary1001010110110101100001101001001101011101110010111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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