#94A88B

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

Shades of Mantle #94A88B

Tints of Mantle #94A88B

Color information

#94A88B (or 0x94A88B) is unknown color: approx Mantle. HEX triplet: 94, A8 and 8B. RGB value is (148,168,139). Sum of RGB (Red+Green+Blue) = 148+168+139=455 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.53% from 455); Green value is 168 (66.02% from 255 or 36.92% from 455); Blue value is 139 (54.69% from 255 or 30.55% from 455); Max value from RGB is 168 - color contains mainly: green. Hex color #94A88B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A88B is #6B5774. Grayscale: #9E9E9E. Windows color (decimal): -7034741 or 9152660. OLE color: 9152660.

HSL color Cylindrical-coordinate representation of color #94A88B: hue angle of 101.38º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #94A88B is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB148168139-
CMYK0.1200.170.34
HSL101.38º14.29%60.2%-
HSV(B)101.38º17.26%65.88%-
XYZ30.8836.1729.78-
YUV158.71116.87120.36-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.53%
GREEN value IS 168 (66.02% from 255) = 36.92%
BLUE value IS 139 (54.69% from 255) = 30.55%
R=32.53%
G=36.92%
B=30.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1481681390.1200.170.34101.3814.2960.2
Hex94A88BC0112265e3c
Octal22425021314021421451674
Binary100101001010100010001011110001000110001011001011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,168,139); }

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

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

 a { background-color: rgb(148,168,139); }

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

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

 span { border-color: rgb(148,168,139); }

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