Html Css Color HEX #94A18C Mantle

📋 copy color: '#94A18C'

red 148 ◦ green 161 ◦ blue 140

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

Shades of Mantle #94A18C

Tints of Mantle #94A18C

RGB

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

 M value IS 0

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

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

RGB 148 161 140 -
CMYK 0.08 0 0.13 0.37
HSL 97.14º 0.1% 0.59% -
HSV(B) 97.14º 0.13% 0.63% -
XYZ 29.69 33.68 29.75 -
YUV 154.72 119.69 123.21 -
System Red Green Blue C M Y K H S L
Decimal 148 161 140 0.08 0 0.13 0.37 97.14 0.1 0.59
Hex 94 A1 8C 8 0 D 25 61 A 3B
Octal 224 241 214 10 0 15 45 141 12 73
Binary 10010100 10100001 10001100 1000 0 1101 100101 1100001 1010 111011

Color Harmonies of #94A18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A18C

Black with #94A18C

Text Example


Text Example

White with #94A18C

Text Example


Text Example

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