#95B486

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

Shades of Mantle #95B486

Tints of Mantle #95B486

Color information

#95B486 (or 0x95B486) is unknown color: approx Mantle. HEX triplet: 95, B4 and 86. RGB value is (149,180,134). Sum of RGB (Red+Green+Blue) = 149+180+134=463 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.18% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 134 (52.73% from 255 or 28.94% from 463); Max value from RGB is 180 - color contains mainly: green. Hex color #95B486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B486 is #6A4B79. Grayscale: #A5A5A5. Windows color (decimal): -6966138 or 8828053. OLE color: 8828053.

HSL color Cylindrical-coordinate representation of color #95B486: hue angle of 100.43º degrees, saturation: 0.23, 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 #95B486 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB149180134-
CMYK0.1700.260.29
HSL100.43º23.47%61.57%-
HSV(B)100.43º25.56%70.59%-
XYZ33.0240.7528.68-
YUV165.49110.23116.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.18%
GREEN value IS 180 (70.70% from 255) = 38.88%
BLUE value IS 134 (52.73% from 255) = 28.94%
R=32.18%
G=38.88%
B=28.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1491801340.1700.260.29100.4323.4761.57
Hex95B4861101A1D64173e
Octal22526420621032351442776
Binary1001010110110100100001101000101101011101110010010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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