#95A28F

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

Shades of Mantle #95A28F

Tints of Mantle #95A28F

Color information

#95A28F (or 0x95A28F) is unknown color: approx Mantle. HEX triplet: 95, A2 and 8F. RGB value is (149,162,143). Sum of RGB (Red+Green+Blue) = 149+162+143=454 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.82% from 454); Green value is 162 (63.67% from 255 or 35.68% from 454); Blue value is 143 (56.25% from 255 or 31.50% from 454); Max value from RGB is 162 - color contains mainly: green. Hex color #95A28F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A28F is #6A5D70. Grayscale: #9C9C9C. Windows color (decimal): -6970737 or 9413269. OLE color: 9413269.

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

Color convert

RGB149162143-
CMYK0.0800.120.36
HSL101.05º9.27%59.8%-
HSV(B)101.05º11.73%63.53%-
XYZ30.2734.2130.99-
YUV155.95120.69123.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.82%
GREEN value IS 162 (63.67% from 255) = 35.68%
BLUE value IS 143 (56.25% from 255) = 31.50%
R=32.82%
G=35.68%
B=31.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1491621430.0800.120.36101.059.2759.8
Hex95A28F80C246593c
Octal22524221710014441451174
Binary10010101101000101000111110000110010010011001011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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