Html Css Color HEX #94A491 Mantle

📋 copy color: '#94A491'

red 148 ◦ green 164 ◦ blue 145

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

Shades of Mantle #94A491

Tints of Mantle #94A491

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.89%

 BLUE value IS 145 (57.03% from 255) = 31.73%

R = 32.39%
G = 35.89%
B = 31.73%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#94A491 (or 0x94A491) is known color: Mantle. HEX triplet: 94, A4 and 91. RGB value is (148,164,145). Sum of RGB (Red+Green+Blue) = 148+164+145=457 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.39% from 457); Green value is 164 (64.45% from 255 or 35.89% from 457); Blue value is 145 (57.03% from 255 or 31.73% from 457); Max value from RGB is 164 - color contains mainly: green. Hex color #94A491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A491 is #6B5B6E. Grayscale: #9D9D9D. Windows color (decimal): -7035759 or 9544852. OLE color: 9544852.

HSL color Cylindrical-coordinate representation of color #94A491: hue angle of 110.53º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #94A491 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 148 164 145 -
CMYK 0.10 0 0.12 0.36
HSL 110.53º 0.09% 0.61% -
HSV(B) 110.53º 0.12% 0.64% -
XYZ 30.6 34.89 31.91 -
YUV 157.05 121.2 121.54 -
System Red Green Blue C M Y K H S L
Decimal 148 164 145 0.10 0 0.12 0.36 110.53 0.09 0.61
Hex 94 A4 91 A 0 C 24 6F 9 3D
Octal 224 244 221 12 0 14 44 157 11 75
Binary 10010100 10100100 10010001 1010 0 1100 100100 1101111 1001 111101

Color Harmonies of #94A491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A491

Black with #94A491

Text Example


Text Example

White with #94A491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,164,145); }

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

background-color css

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

 a { background-color: rgb(148,164,145); }

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

border-color css

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

 span { border-color: rgb(148,164,145); }

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