Html Css Color HEX #94A092 Mantle

📋 copy color: '#94A092'

red 148 ◦ green 160 ◦ blue 146

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

Shades of Mantle #94A092

Tints of Mantle #94A092

RGB

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

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

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

R = 32.6%
G = 35.24%
B = 32.16%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#94A092 (or 0x94A092) is known color: Mantle. HEX triplet: 94, A0 and 92. RGB value is (148,160,146). Sum of RGB (Red+Green+Blue) = 148+160+146=454 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.60% from 454); Green value is 160 (62.89% from 255 or 35.24% from 454); Blue value is 146 (57.42% from 255 or 32.16% from 454); Max value from RGB is 160 - color contains mainly: green. Hex color #94A092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A092 is #6B5F6D. Grayscale: #9A9A9A. Windows color (decimal): -7036782 or 9609364. OLE color: 9609364.

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

Color convert

RGB 148 160 146 -
CMYK 0.07 0 0.09 0.37
HSL 111.43º 0.07% 0.6% -
HSV(B) 111.43º 0.09% 0.63% -
XYZ 29.97 33.51 32.08 -
YUV 154.82 123.02 123.14 -
System Red Green Blue C M Y K H S L
Decimal 148 160 146 0.07 0 0.09 0.37 111.43 0.07 0.6
Hex 94 A0 92 7 0 9 25 6F 7 3C
Octal 224 240 222 7 0 11 45 157 7 74
Binary 10010100 10100000 10010010 111 0 1001 100101 1101111 111 111100

Color Harmonies of #94A092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A092

Black with #94A092

Text Example


Text Example

White with #94A092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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