#95AF8D

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

Shades of Mantle #95AF8D

Tints of Mantle #95AF8D

Color information

#95AF8D (or 0x95AF8D) is unknown color: approx Mantle. HEX triplet: 95, AF and 8D. RGB value is (149,175,141). Sum of RGB (Red+Green+Blue) = 149+175+141=465 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.04% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 141 (55.47% from 255 or 30.32% from 465); Max value from RGB is 175 - color contains mainly: green. Hex color #95AF8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AF8D is #6A5072. Grayscale: #A3A3A3. Windows color (decimal): -6967411 or 9285525. OLE color: 9285525.

HSL color Cylindrical-coordinate representation of color #95AF8D: hue angle of 105.88º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #95AF8D is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB149175141-
CMYK0.1500.190.31
HSL105.88º17.53%61.96%-
HSV(B)105.88º19.43%68.63%-
XYZ32.5338.9731.01-
YUV163.35115.39117.76-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.04%
GREEN value IS 175 (68.75% from 255) = 37.63%
BLUE value IS 141 (55.47% from 255) = 30.32%
R=32.04%
G=37.63%
B=30.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1491751410.1500.190.31105.8817.5361.96
Hex95AF8DF0131F6a123e
Octal22525721517023371522276
Binary100101011010111110001101111101001111111110101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,175,141); }

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

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

 a { background-color: rgb(149,175,141); }

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

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

 span { border-color: rgb(149,175,141); }

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