Html Css Color HEX #94A18D Mantle

📋 copy color: '#94A18D'

red 148 ◦ green 161 ◦ blue 141

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

Shades of Mantle #94A18D

Tints of Mantle #94A18D

RGB

 RED value IS 148 (58.2% from 255) = 32.89%

 GREEN value IS 161 (63.28% from 255) = 35.78%

 BLUE value IS 141 (55.47% from 255) = 31.33%

R = 32.89%
G = 35.78%
B = 31.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#94A18D (or 0x94A18D) is known color: Mantle. HEX triplet: 94, A1 and 8D. RGB value is (148,161,141). Sum of RGB (Red+Green+Blue) = 148+161+141=450 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.89% from 450); Green value is 161 (63.28% from 255 or 35.78% from 450); Blue value is 141 (55.47% from 255 or 31.33% from 450); Max value from RGB is 161 - color contains mainly: green. Hex color #94A18D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A18D is #6B5E72. Grayscale: #9A9A9A. Windows color (decimal): -7036531 or 9281940. OLE color: 9281940.

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

Color convert

RGB 148 161 141 -
CMYK 0.08 0 0.12 0.37
HSL 99º 0.1% 0.59% -
HSV(B) 99º 0.12% 0.63% -
XYZ 29.77 33.71 30.14 -
YUV 154.83 120.19 123.13 -
System Red Green Blue C M Y K H S L
Decimal 148 161 141 0.08 0 0.12 0.37 99 0.1 0.59
Hex 94 A1 8D 8 0 C 25 63 A 3B
Octal 224 241 215 10 0 14 45 143 12 73
Binary 10010100 10100001 10001101 1000 0 1100 100101 1100011 1010 111011

Color Harmonies of #94A18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A18D

Black with #94A18D

Text Example


Text Example

White with #94A18D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #94A18D;
 }
 .AnyTagClassName
 {
   color: #94A18D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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