#94A193

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

Shades of Mantle #94A193

Tints of Mantle #94A193

Color information

#94A193 (or 0x94A193) is unknown color: approx Mantle. HEX triplet: 94, A1 and 93. RGB value is (148,161,147). Sum of RGB (Red+Green+Blue) = 148+161+147=456 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.46% from 456); Green value is 161 (63.28% from 255 or 35.31% from 456); Blue value is 147 (57.81% from 255 or 32.24% from 456); Max value from RGB is 161 - color contains mainly: green. Hex color #94A193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A193 is #6B5E6C. Grayscale: #9B9B9B. Windows color (decimal): -7036525 or 9675156. OLE color: 9675156.

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

Color convert

RGB148161147-
CMYK0.0800.090.37
HSL115.71º6.93%60.39%-
HSV(B)115.71º8.7%63.14%-
XYZ30.2233.8932.55-
YUV155.52123.19122.64-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.46%
GREEN value IS 161 (63.28% from 255) = 35.31%
BLUE value IS 147 (57.81% from 255) = 32.24%
R=32.46%
G=35.31%
B=32.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1481611470.0800.090.37115.716.9360.39
Hex94A193809257473c
Octal2242412231001145164774
Binary1001010010100001100100111000010011001011110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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