#94A28D

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

Shades of Mantle #94A28D

Tints of Mantle #94A28D

Color information

#94A28D (or 0x94A28D) is unknown color: approx Mantle. HEX triplet: 94, A2 and 8D. RGB value is (148,162,141). Sum of RGB (Red+Green+Blue) = 148+162+141=451 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.82% from 451); Green value is 162 (63.67% from 255 or 35.92% from 451); Blue value is 141 (55.47% from 255 or 31.26% from 451); Max value from RGB is 162 - color contains mainly: green. Hex color #94A28D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A28D is #6B5D72. Grayscale: #9B9B9B. Windows color (decimal): -7036275 or 9282196. OLE color: 9282196.

HSL color Cylindrical-coordinate representation of color #94A28D: hue angle of 100º 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 #94A28D is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB148162141-
CMYK0.0900.130.36
HSL100º10.14%59.41%-
HSV(B)100º12.96%63.53%-
XYZ29.9434.0630.2-
YUV155.42119.86122.71-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.82%
GREEN value IS 162 (63.67% from 255) = 35.92%
BLUE value IS 141 (55.47% from 255) = 31.26%
R=32.82%
G=35.92%
B=31.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1481621410.0900.130.3610010.1459.41
Hex94A28D90D2464a3b
Octal22424221511015441441273
Binary10010100101000101000110110010110110010011001001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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