#95A28D

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

Shades of Mantle #95A28D

Tints of Mantle #95A28D

Color information

#95A28D (or 0x95A28D) is unknown color: approx Mantle. HEX triplet: 95, A2 and 8D. RGB value is (149,162,141). Sum of RGB (Red+Green+Blue) = 149+162+141=452 (59% of max value = 765). Red value is 149 (58.59% from 255 or 32.96% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 162 - color contains mainly: green. Hex color #95A28D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A28D is #6A5D72. Grayscale: #9B9B9B. Windows color (decimal): -6970739 or 9282197. OLE color: 9282197.

HSL color Cylindrical-coordinate representation of color #95A28D: hue angle of 97.14º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #95A28D is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB149162141-
CMYK0.0800.130.36
HSL97.14º10.14%59.41%-
HSV(B)97.14º12.96%63.53%-
XYZ30.1234.1530.2-
YUV155.72119.69123.21-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.96%
GREEN value IS 162 (63.67% from 255) = 35.84%
BLUE value IS 141 (55.47% from 255) = 31.19%
R=32.96%
G=35.84%
B=31.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1491621410.0800.130.3697.1410.1459.41
Hex95A28D80D2461a3b
Octal22524221510015441411273
Binary10010101101000101000110110000110110010011000011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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