#94B389

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

Shades of Mantle #94B389

Tints of Mantle #94B389

Color information

#94B389 (or 0x94B389) is unknown color: approx Mantle. HEX triplet: 94, B3 and 89. RGB value is (148,179,137). Sum of RGB (Red+Green+Blue) = 148+179+137=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 179 (70.31% from 255 or 38.58% from 464); Blue value is 137 (53.91% from 255 or 29.53% from 464); Max value from RGB is 179 - color contains mainly: green. Hex color #94B389 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B389 is #6B4C76. Grayscale: #A5A5A5. Windows color (decimal): -7031927 or 9024404. OLE color: 9024404.

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

Color convert

RGB148179137-
CMYK0.1700.230.30
HSL104.29º21.65%61.96%-
HSV(B)104.29º23.46%70.2%-
XYZ32.8540.3429.72-
YUV164.94112.23115.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.90%
GREEN value IS 179 (70.31% from 255) = 38.58%
BLUE value IS 137 (53.91% from 255) = 29.53%
R=31.90%
G=38.58%
B=29.53%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1481791370.1700.230.30104.2921.6561.96
Hex94B389110171E68163e
Octal22426321121027361502676
Binary1001010010110011100010011000101011111110110100010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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