#94B58E

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

Shades of Mantle #94B58E

Tints of Mantle #94B58E

Color information

#94B58E (or 0x94B58E) is unknown color: approx Mantle. HEX triplet: 94, B5 and 8E. RGB value is (148,181,142). Sum of RGB (Red+Green+Blue) = 148+181+142=471 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.42% from 471); Green value is 181 (71.09% from 255 or 38.43% from 471); Blue value is 142 (55.86% from 255 or 30.15% from 471); Max value from RGB is 181 - color contains mainly: green. Hex color #94B58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B58E is #6B4A71. Grayscale: #A6A6A6. Windows color (decimal): -7031410 or 9352596. OLE color: 9352596.

HSL color Cylindrical-coordinate representation of color #94B58E: hue angle of 110.77º 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 #94B58E is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB148181142-
CMYK0.1800.220.29
HSL110.77º20.86%63.33%-
HSV(B)110.77º21.55%70.98%-
XYZ33.6241.331.79-
YUV166.69114.07114.67-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.42%
GREEN value IS 181 (71.09% from 255) = 38.43%
BLUE value IS 142 (55.86% from 255) = 30.15%
R=31.42%
G=38.43%
B=30.15%

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
Decimal1481811420.1800.220.29110.7720.8663.33
Hex94B58E120161D6f153f
Octal22426521622026351572577
Binary1001010010110101100011101001001011011101110111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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