Html Css Color HEX #94A58E Mantle

📋 copy color: '#94A58E'

red 148 ◦ green 165 ◦ blue 142

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

Shades of Mantle #94A58E

Tints of Mantle #94A58E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.26%

 BLUE value IS 142 (55.86% from 255) = 31.21%

R = 32.53%
G = 36.26%
B = 31.21%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#94A58E (or 0x94A58E) is known color: Mantle. HEX triplet: 94, A5 and 8E. RGB value is (148,165,142). Sum of RGB (Red+Green+Blue) = 148+165+142=455 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.53% from 455); Green value is 165 (64.84% from 255 or 36.26% from 455); Blue value is 142 (55.86% from 255 or 31.21% from 455); Max value from RGB is 165 - color contains mainly: green. Hex color #94A58E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A58E is #6B5A71. Grayscale: #9D9D9D. Windows color (decimal): -7035506 or 9348500. OLE color: 9348500.

HSL color Cylindrical-coordinate representation of color #94A58E: hue angle of 104.35º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #94A58E is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB 148 165 142 -
CMYK 0.10 0 0.14 0.35
HSL 104.35º 0.11% 0.6% -
HSV(B) 104.35º 0.14% 0.65% -
XYZ 30.55 35.16 30.77 -
YUV 157.3 119.37 121.37 -
System Red Green Blue C M Y K H S L
Decimal 148 165 142 0.10 0 0.14 0.35 104.35 0.11 0.6
Hex 94 A5 8E A 0 E 23 68 B 3C
Octal 224 245 216 12 0 16 43 150 13 74
Binary 10010100 10100101 10001110 1010 0 1110 100011 1101000 1011 111100

Color Harmonies of #94A58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A58E

Black with #94A58E

Text Example


Text Example

White with #94A58E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,165,142); }

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

background-color css

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

 a { background-color: rgb(148,165,142); }

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

border-color css

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

 span { border-color: rgb(148,165,142); }

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