Html Css Color HEX #94A490 Mantle

📋 copy color: '#94A490'

red 148 ◦ green 164 ◦ blue 144

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

Shades of Mantle #94A490

Tints of Mantle #94A490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 31.58%

R = 32.46%
G = 35.96%
B = 31.58%

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

#94A490 (or 0x94A490) is known color: Mantle. HEX triplet: 94, A4 and 90. RGB value is (148,164,144). Sum of RGB (Red+Green+Blue) = 148+164+144=456 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.46% from 456); Green value is 164 (64.45% from 255 or 35.96% from 456); Blue value is 144 (56.64% from 255 or 31.58% from 456); Max value from RGB is 164 - color contains mainly: green. Hex color #94A490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A490 is #6B5B6F. Grayscale: #9D9D9D. Windows color (decimal): -7035760 or 9479316. OLE color: 9479316.

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

Color convert

RGB 148 164 144 -
CMYK 0.10 0 0.12 0.36
HSL 108º 0.1% 0.6% -
HSV(B) 108º 0.12% 0.64% -
XYZ 30.52 34.86 31.51 -
YUV 156.94 120.7 121.63 -
System Red Green Blue C M Y K H S L
Decimal 148 164 144 0.10 0 0.12 0.36 108 0.1 0.6
Hex 94 A4 90 A 0 C 24 6C A 3C
Octal 224 244 220 12 0 14 44 154 12 74
Binary 10010100 10100100 10010000 1010 0 1100 100100 1101100 1010 111100

Color Harmonies of #94A490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A490

Black with #94A490

Text Example


Text Example

White with #94A490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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