Html Css Color HEX #94A190 Mantle

📋 copy color: '#94A190'

red 148 ◦ green 161 ◦ blue 144

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

Shades of Mantle #94A190

Tints of Mantle #94A190

RGB

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

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

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

R = 32.67%
G = 35.54%
B = 31.79%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#94A190 (or 0x94A190) is known color: Mantle. HEX triplet: 94, A1 and 90. RGB value is (148,161,144). Sum of RGB (Red+Green+Blue) = 148+161+144=453 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.67% from 453); Green value is 161 (63.28% from 255 or 35.54% from 453); Blue value is 144 (56.64% from 255 or 31.79% from 453); Max value from RGB is 161 - color contains mainly: green. Hex color #94A190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A190 is #6B5E6F. Grayscale: #9B9B9B. Windows color (decimal): -7036528 or 9478548. OLE color: 9478548.

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

Color convert

RGB 148 161 144 -
CMYK 0.08 0 0.11 0.37
HSL 105.88º 0.08% 0.6% -
HSV(B) 105.88º 0.11% 0.63% -
XYZ 29.99 33.8 31.33 -
YUV 155.18 121.69 122.88 -
System Red Green Blue C M Y K H S L
Decimal 148 161 144 0.08 0 0.11 0.37 105.88 0.08 0.6
Hex 94 A1 90 8 0 B 25 6A 8 3C
Octal 224 241 220 10 0 13 45 152 10 74
Binary 10010100 10100001 10010000 1000 0 1011 100101 1101010 1000 111100

Color Harmonies of #94A190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A190

Black with #94A190

Text Example


Text Example

White with #94A190

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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