#94B18A

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

Shades of Mantle #94B18A

Tints of Mantle #94B18A

Color information

#94B18A (or 0x94B18A) is unknown color: approx Mantle. HEX triplet: 94, B1 and 8A. RGB value is (148,177,138). Sum of RGB (Red+Green+Blue) = 148+177+138=463 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.97% from 463); Green value is 177 (69.53% from 255 or 38.23% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 177 - color contains mainly: green. Hex color #94B18A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94B18A is #6B4E75. Grayscale: #A4A4A4. Windows color (decimal): -7032438 or 9089428. OLE color: 9089428.

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

Color convert

RGB148177138-
CMYK0.1600.220.31
HSL104.62º20%61.76%-
HSV(B)104.62º22.03%69.41%-
XYZ32.5239.5829.97-
YUV163.88113.39116.67-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.97%
GREEN value IS 177 (69.53% from 255) = 38.23%
BLUE value IS 138 (54.30% from 255) = 29.81%
R=31.97%
G=38.23%
B=29.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1481771380.1600.220.31104.622061.76
Hex94B18A100161F69143e
Octal22426121220026371512476
Binary1001010010110001100010101000001011011111110100110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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