#94A58A

Color #94A58A Mantle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantle #94A58A

Tints of Mantle #94A58A

Color information

#94A58A (or 0x94A58A) is unknown color: approx Mantle. HEX triplet: 94, A5 and 8A. RGB value is (148,165,138). Sum of RGB (Red+Green+Blue) = 148+165+138=451 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.82% from 451); Green value is 165 (64.84% from 255 or 36.59% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 165 - color contains mainly: green. Hex color #94A58A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A58A is #6B5A75. Grayscale: #9C9C9C. Windows color (decimal): -7035510 or 9086356. OLE color: 9086356.

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

Color convert

RGB148165138-
CMYK0.1000.160.35
HSL97.78º13.04%59.41%-
HSV(B)97.78º16.36%64.71%-
XYZ30.2635.0429.21-
YUV156.84117.37121.7-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.82%
GREEN value IS 165 (64.84% from 255) = 36.59%
BLUE value IS 138 (54.30% from 255) = 30.60%
R=32.82%
G=36.59%
B=30.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1481651380.1000.160.3597.7813.0459.41
Hex94A58AA0102362d3b
Octal22424521212020431421573
Binary100101001010010110001010101001000010001111000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #94A58A;
 }
 .AnyTagClassName
 {
   color: #94A58A;
 }
</style>
background-color css

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

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

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

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

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

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