#94B58B

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

Shades of Mantle #94B58B

Tints of Mantle #94B58B

Color information

#94B58B (or 0x94B58B) is unknown color: approx Mantle. HEX triplet: 94, B5 and 8B. RGB value is (148,181,139). Sum of RGB (Red+Green+Blue) = 148+181+139=468 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.62% from 468); Green value is 181 (71.09% from 255 or 38.68% from 468); Blue value is 139 (54.69% from 255 or 29.70% from 468); Max value from RGB is 181 - color contains mainly: green. Hex color #94B58B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B58B is #6B4A74. Grayscale: #A6A6A6. Windows color (decimal): -7031413 or 9155988. OLE color: 9155988.

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

Color convert

RGB148181139-
CMYK0.1800.230.29
HSL107.14º22.11%62.75%-
HSV(B)107.14º23.2%70.98%-
XYZ33.441.2130.62-
YUV166.34112.57114.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.62%
GREEN value IS 181 (71.09% from 255) = 38.68%
BLUE value IS 139 (54.69% from 255) = 29.70%
R=31.62%
G=38.68%
B=29.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1481811390.1800.230.29107.1422.1162.75
Hex94B58B120171D6b163f
Octal22426521322027351532677
Binary1001010010110101100010111001001011111101110101110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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