Html Css Color HEX #94A193 Mantle

📋 copy color: '#94A193'

red 148 ◦ green 161 ◦ blue 147

#94A193
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantle #94A193

Tints of Mantle #94A193

RGB

 RED value IS 148 (58.2% 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 value IS 0.08

 M value IS 0

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#94A193 (or 0x94A193) is known color: 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

RGB 148 161 147 -
CMYK 0.08 0 0.09 0.37
HSL 115.71º 0.07% 0.6% -
HSV(B) 115.71º 0.09% 0.63% -
XYZ 30.22 33.89 32.55 -
YUV 155.52 123.19 122.64 -
System Red Green Blue C M Y K H S L
Decimal 148 161 147 0.08 0 0.09 0.37 115.71 0.07 0.6
Hex 94 A1 93 8 0 9 25 74 7 3C
Octal 224 241 223 10 0 11 45 164 7 74
Binary 10010100 10100001 10010011 1000 0 1001 100101 1110100 111 111100

Color Harmonies of #94A193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A193

Black with #94A193

Text Example


Text Example

White with #94A193

Text Example


Text Example

HTML Codes & Css Web 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>