#95A28C

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

Shades of Mantle #95A28C

Tints of Mantle #95A28C

Color information

#95A28C (or 0x95A28C) is unknown color: approx Mantle. HEX triplet: 95, A2 and 8C. RGB value is (149,162,140). Sum of RGB (Red+Green+Blue) = 149+162+140=451 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.04% from 451); Green value is 162 (63.67% from 255 or 35.92% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 162 - color contains mainly: green. Hex color #95A28C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A28C is #6A5D73. Grayscale: #9B9B9B. Windows color (decimal): -6970740 or 9216661. OLE color: 9216661.

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

Color convert

RGB149162140-
CMYK0.0800.140.36
HSL95.45º10.58%59.22%-
HSV(B)95.45º13.58%63.53%-
XYZ30.0534.1229.81-
YUV155.6119.19123.29-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.04%
GREEN value IS 162 (63.67% from 255) = 35.92%
BLUE value IS 140 (55.08% from 255) = 31.04%
R=33.04%
G=35.92%
B=31.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1491621400.0800.140.3695.4510.5859.22
Hex95A28C80E245fb3b
Octal22524221410016441371373
Binary10010101101000101000110010000111010010010111111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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