#94B186

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

Shades of Mantle #94B186

Tints of Mantle #94B186

Color information

#94B186 (or 0x94B186) is unknown color: approx Mantle. HEX triplet: 94, B1 and 86. RGB value is (148,177,134). Sum of RGB (Red+Green+Blue) = 148+177+134=459 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.24% from 459); Green value is 177 (69.53% from 255 or 38.56% from 459); Blue value is 134 (52.73% from 255 or 29.19% from 459); Max value from RGB is 177 - color contains mainly: green. Hex color #94B186 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94B186 is #6B4E79. Grayscale: #A3A3A3. Windows color (decimal): -7032442 or 8827284. OLE color: 8827284.

HSL color Cylindrical-coordinate representation of color #94B186: hue angle of 100.47º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #94B186 is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB148177134-
CMYK0.1600.240.31
HSL100.47º21.61%60.98%-
HSV(B)100.47º24.29%69.41%-
XYZ32.2439.4628.47-
YUV163.43111.39117-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.24%
GREEN value IS 177 (69.53% from 255) = 38.56%
BLUE value IS 134 (52.73% from 255) = 29.19%
R=32.24%
G=38.56%
B=29.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1481771340.1600.240.31100.4721.6160.98
Hex94B186100181F64163d
Octal22426120620030371442675
Binary1001010010110001100001101000001100011111110010010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,177,134); }

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

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

 a { background-color: rgb(148,177,134); }

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

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

 span { border-color: rgb(148,177,134); }

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