#94A18C

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

Shades of Mantle #94A18C

Tints of Mantle #94A18C

Color information

#94A18C (or 0x94A18C) is unknown color: approx Mantle. HEX triplet: 94, A1 and 8C. RGB value is (148,161,140). Sum of RGB (Red+Green+Blue) = 148+161+140=449 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.96% from 449); Green value is 161 (63.28% from 255 or 35.86% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 161 - color contains mainly: green. Hex color #94A18C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A18C is #6B5E73. Grayscale: #9A9A9A. Windows color (decimal): -7036532 or 9216404. OLE color: 9216404.

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

Color convert

RGB148161140-
CMYK0.0800.130.37
HSL97.14º10.05%59.02%-
HSV(B)97.14º13.04%63.14%-
XYZ29.6933.6829.75-
YUV154.72119.69123.21-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.96%
GREEN value IS 161 (63.28% from 255) = 35.86%
BLUE value IS 140 (55.08% from 255) = 31.18%
R=32.96%
G=35.86%
B=31.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1481611400.0800.130.3797.1410.0559.02
Hex94A18C80D2561a3b
Octal22424121410015451411273
Binary10010100101000011000110010000110110010111000011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,161,140); }

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

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

 a { background-color: rgb(148,161,140); }

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

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

 span { border-color: rgb(148,161,140); }

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