#95AB93

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

Shades of Mantle #95AB93

Tints of Mantle #95AB93

Color information

#95AB93 (or 0x95AB93) is unknown color: approx Mantle. HEX triplet: 95, AB and 93. RGB value is (149,171,147). Sum of RGB (Red+Green+Blue) = 149+171+147=467 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.91% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 147 (57.81% from 255 or 31.48% from 467); Max value from RGB is 171 - color contains mainly: green. Hex color #95AB93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AB93 is #6A546C. Grayscale: #A1A1A1. Windows color (decimal): -6968429 or 9677717. OLE color: 9677717.

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

Color convert

RGB149171147-
CMYK0.1300.140.33
HSL115º12.5%62.35%-
HSV(B)115º14.04%67.06%-
XYZ32.2237.6233.17-
YUV161.69119.71118.95-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.91%
GREEN value IS 171 (67.19% from 255) = 36.62%
BLUE value IS 147 (57.81% from 255) = 31.48%
R=31.91%
G=36.62%
B=31.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491711470.1300.140.3311512.562.35
Hex95AB93D0E2173d3e
Octal22525322315016411631576
Binary10010101101010111001001111010111010000111100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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