#95BA87

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

Shades of Mantle #95BA87

Tints of Mantle #95BA87

Color information

#95BA87 (or 0x95BA87) is unknown color: approx Mantle. HEX triplet: 95, BA and 87. RGB value is (149,186,135). Sum of RGB (Red+Green+Blue) = 149+186+135=470 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.70% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 135 (53.12% from 255 or 28.72% from 470); Max value from RGB is 186 - color contains mainly: green. Hex color #95BA87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BA87 is #6A4578. Grayscale: #A9A9A9. Windows color (decimal): -6964601 or 8895125. OLE color: 8895125.

HSL color Cylindrical-coordinate representation of color #95BA87: hue angle of 103.53º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #95BA87 is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB149186135-
CMYK0.2000.270.27
HSL103.53º26.98%62.94%-
HSV(B)103.53º27.42%72.94%-
XYZ34.3343.2629.46-
YUV169.12108.74113.65-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.70%
GREEN value IS 186 (73.05% from 255) = 39.57%
BLUE value IS 135 (53.12% from 255) = 28.72%
R=31.70%
G=39.57%
B=28.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491861350.2000.270.27103.5326.9862.94
Hex95BA871401B1B681b3f
Octal22527220724033331503377
Binary1001010110111010100001111010001101111011110100011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,186,135); }

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

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

 a { background-color: rgb(149,186,135); }

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

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

 span { border-color: rgb(149,186,135); }

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