#94B38D

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

Shades of Mantle #94B38D

Tints of Mantle #94B38D

Color information

#94B38D (or 0x94B38D) is unknown color: approx Mantle. HEX triplet: 94, B3 and 8D. RGB value is (148,179,141). Sum of RGB (Red+Green+Blue) = 148+179+141=468 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.62% from 468); Green value is 179 (70.31% from 255 or 38.25% from 468); Blue value is 141 (55.47% from 255 or 30.13% from 468); Max value from RGB is 179 - color contains mainly: green. Hex color #94B38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B38D is #6B4C72. Grayscale: #A5A5A5. Windows color (decimal): -7031923 or 9286548. OLE color: 9286548.

HSL color Cylindrical-coordinate representation of color #94B38D: hue angle of 108.95º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #94B38D is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB148179141-
CMYK0.1700.210.30
HSL108.95º20%62.75%-
HSV(B)108.95º21.23%70.2%-
XYZ33.1440.4631.26-
YUV165.4114.23115.59-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.62%
GREEN value IS 179 (70.31% from 255) = 38.25%
BLUE value IS 141 (55.47% from 255) = 30.13%
R=31.62%
G=38.25%
B=30.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1481791410.1700.210.30108.952062.75
Hex94B38D110151E6d143f
Octal22426321521025361552477
Binary1001010010110011100011011000101010111110110110110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,179,141); }

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

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

 a { background-color: rgb(148,179,141); }

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

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

 span { border-color: rgb(148,179,141); }

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