#95AB91

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

Shades of Mantle #95AB91

Tints of Mantle #95AB91

Color information

#95AB91 (or 0x95AB91) is unknown color: approx Mantle. HEX triplet: 95, AB and 91. RGB value is (149,171,145). Sum of RGB (Red+Green+Blue) = 149+171+145=465 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.04% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 145 (57.03% from 255 or 31.18% from 465); Max value from RGB is 171 - color contains mainly: green. Hex color #95AB91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AB91 is #6A546E. Grayscale: #A1A1A1. Windows color (decimal): -6968431 or 9546645. OLE color: 9546645.

HSL color Cylindrical-coordinate representation of color #95AB91: hue angle of 110.77º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #95AB91 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB149171145-
CMYK0.1300.150.33
HSL110.77º13.4%61.96%-
HSV(B)110.77º15.2%67.06%-
XYZ32.0737.5632.35-
YUV161.46118.71119.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.04%
GREEN value IS 171 (67.19% from 255) = 36.77%
BLUE value IS 145 (57.03% from 255) = 31.18%
R=32.04%
G=36.77%
B=31.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491711450.1300.150.33110.7713.461.96
Hex95AB91D0F216fd3e
Octal22525322115017411571576
Binary10010101101010111001000111010111110000111011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,171,145); }

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

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

 a { background-color: rgb(149,171,145); }

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

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

 span { border-color: rgb(149,171,145); }

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