Html Css Color HEX #94A093 Mantle

📋 copy color: '#94A093'

red 148 ◦ green 160 ◦ blue 147

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

Shades of Mantle #94A093

Tints of Mantle #94A093

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.16%

 BLUE value IS 147 (57.81% from 255) = 32.31%

R = 32.53%
G = 35.16%
B = 32.31%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#94A093 (or 0x94A093) is known color: Mantle. HEX triplet: 94, A0 and 93. RGB value is (148,160,147). Sum of RGB (Red+Green+Blue) = 148+160+147=455 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.53% from 455); Green value is 160 (62.89% from 255 or 35.16% from 455); Blue value is 147 (57.81% from 255 or 32.31% from 455); Max value from RGB is 160 - color contains mainly: green. Hex color #94A093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A093 is #6B5F6C. Grayscale: #9A9A9A. Windows color (decimal): -7036781 or 9674900. OLE color: 9674900.

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

Color convert

RGB 148 160 147 -
CMYK 0.07 0 0.08 0.37
HSL 115.38º 0.06% 0.6% -
HSV(B) 115.38º 0.08% 0.63% -
XYZ 30.05 33.54 32.49 -
YUV 154.93 123.52 123.06 -
System Red Green Blue C M Y K H S L
Decimal 148 160 147 0.07 0 0.08 0.37 115.38 0.06 0.6
Hex 94 A0 93 7 0 8 25 73 6 3C
Octal 224 240 223 7 0 10 45 163 6 74
Binary 10010100 10100000 10010011 111 0 1000 100101 1110011 110 111100

Color Harmonies of #94A093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A093

Black with #94A093

Text Example


Text Example

White with #94A093

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,160,147); }

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

background-color css

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

 a { background-color: rgb(148,160,147); }

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

border-color css

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

 span { border-color: rgb(148,160,147); }

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