Html Css Color HEX #94A18B Mantle

📋 copy color: '#94A18B'

red 148 ◦ green 161 ◦ blue 139

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

Shades of Mantle #94A18B

Tints of Mantle #94A18B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.03%

R = 33.04%
G = 35.94%
B = 31.03%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#94A18B (or 0x94A18B) is known color: Mantle. HEX triplet: 94, A1 and 8B. RGB value is (148,161,139). Sum of RGB (Red+Green+Blue) = 148+161+139=448 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.04% from 448); Green value is 161 (63.28% from 255 or 35.94% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 161 - color contains mainly: green. Hex color #94A18B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A18B is #6B5E74. Grayscale: #9A9A9A. Windows color (decimal): -7036533 or 9150868. OLE color: 9150868.

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

Color convert

RGB 148 161 139 -
CMYK 0.08 0 0.14 0.37
HSL 95.45º 0.1% 0.59% -
HSV(B) 95.45º 0.14% 0.63% -
XYZ 29.62 33.65 29.36 -
YUV 154.61 119.19 123.29 -
System Red Green Blue C M Y K H S L
Decimal 148 161 139 0.08 0 0.14 0.37 95.45 0.1 0.59
Hex 94 A1 8B 8 0 E 25 5F A 3B
Octal 224 241 213 10 0 16 45 137 12 73
Binary 10010100 10100001 10001011 1000 0 1110 100101 1011111 1010 111011

Color Harmonies of #94A18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A18B

Black with #94A18B

Text Example


Text Example

White with #94A18B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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