#94B58D

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

Shades of Mantle #94B58D

Tints of Mantle #94B58D

Color information

#94B58D (or 0x94B58D) is unknown color: approx Mantle. HEX triplet: 94, B5 and 8D. RGB value is (148,181,141). Sum of RGB (Red+Green+Blue) = 148+181+141=470 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.49% from 470); Green value is 181 (71.09% from 255 or 38.51% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 181 - color contains mainly: green. Hex color #94B58D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B58D is #6B4A72. Grayscale: #A6A6A6. Windows color (decimal): -7031411 or 9287060. OLE color: 9287060.

HSL color Cylindrical-coordinate representation of color #94B58D: hue angle of 109.5º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #94B58D is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB148181141-
CMYK0.1800.220.29
HSL109.5º21.28%63.14%-
HSV(B)109.5º22.1%70.98%-
XYZ33.5441.2731.4-
YUV166.57113.57114.75-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.49%
GREEN value IS 181 (71.09% from 255) = 38.51%
BLUE value IS 141 (55.47% from 255) = 30%
R=31.49%
G=38.51%
B=30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1481811410.1800.220.29109.521.2863.14
Hex94B58D120161D6d153f
Octal22426521522026351552577
Binary1001010010110101100011011001001011011101110110110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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