#94A88C

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

Shades of Mantle #94A88C

Tints of Mantle #94A88C

Color information

#94A88C (or 0x94A88C) is unknown color: approx Mantle. HEX triplet: 94, A8 and 8C. RGB value is (148,168,140). Sum of RGB (Red+Green+Blue) = 148+168+140=456 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.46% from 456); Green value is 168 (66.02% from 255 or 36.84% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 168 - color contains mainly: green. Hex color #94A88C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A88C is #6B5773. Grayscale: #9E9E9E. Windows color (decimal): -7034740 or 9218196. OLE color: 9218196.

HSL color Cylindrical-coordinate representation of color #94A88C: hue angle of 102.86º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #94A88C is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB148168140-
CMYK0.1200.170.34
HSL102.86º13.86%60.39%-
HSV(B)102.86º16.67%65.88%-
XYZ30.9536.1930.17-
YUV158.83117.37120.28-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.46%
GREEN value IS 168 (66.02% from 255) = 36.84%
BLUE value IS 140 (55.08% from 255) = 30.70%
R=32.46%
G=36.84%
B=30.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1481681400.1200.170.34102.8613.8660.39
Hex94A88CC0112267e3c
Octal22425021414021421471674
Binary100101001010100010001100110001000110001011001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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