Html Css Color HEX #94A692 Mantle

📋 copy color: '#94A692'

red 148 ◦ green 166 ◦ blue 146

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

Shades of Mantle #94A692

Tints of Mantle #94A692

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.09%

 BLUE value IS 146 (57.42% from 255) = 31.74%

R = 32.17%
G = 36.09%
B = 31.74%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#94A692 (or 0x94A692) is known color: Mantle. HEX triplet: 94, A6 and 92. RGB value is (148,166,146). Sum of RGB (Red+Green+Blue) = 148+166+146=460 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.17% from 460); Green value is 166 (65.23% from 255 or 36.09% from 460); Blue value is 146 (57.42% from 255 or 31.74% from 460); Max value from RGB is 166 - color contains mainly: green. Hex color #94A692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A692 is #6B596D. Grayscale: #9E9E9E. Windows color (decimal): -7035246 or 9610900. OLE color: 9610900.

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

Color convert

RGB 148 166 146 -
CMYK 0.11 0 0.12 0.35
HSL 114º 0.1% 0.61% -
HSV(B) 114º 0.12% 0.65% -
XYZ 31.04 35.64 32.44 -
YUV 158.34 121.04 120.63 -
System Red Green Blue C M Y K H S L
Decimal 148 166 146 0.11 0 0.12 0.35 114 0.1 0.61
Hex 94 A6 92 B 0 C 23 72 A 3D
Octal 224 246 222 13 0 14 43 162 12 75
Binary 10010100 10100110 10010010 1011 0 1100 100011 1110010 1010 111101

Color Harmonies of #94A692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A692

Black with #94A692

Text Example


Text Example

White with #94A692

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,166,146); }

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

background-color css

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

 a { background-color: rgb(148,166,146); }

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

border-color css

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

 span { border-color: rgb(148,166,146); }

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