#94B489

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

Shades of Mantle #94B489

Tints of Mantle #94B489

Color information

#94B489 (or 0x94B489) is unknown color: approx Mantle. HEX triplet: 94, B4 and 89. RGB value is (148,180,137). Sum of RGB (Red+Green+Blue) = 148+180+137=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 137 (53.91% from 255 or 29.46% from 465); Max value from RGB is 180 - color contains mainly: green. Hex color #94B489 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B489 is #6B4B76. Grayscale: #A5A5A5. Windows color (decimal): -7031671 or 9024660. OLE color: 9024660.

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

Color convert

RGB148180137-
CMYK0.1800.240.29
HSL104.65º22.28%62.16%-
HSV(B)104.65º23.89%70.59%-
XYZ33.0540.7429.79-
YUV165.53111.9115.5-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.83%
GREEN value IS 180 (70.70% from 255) = 38.71%
BLUE value IS 137 (53.91% from 255) = 29.46%
R=31.83%
G=38.71%
B=29.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1481801370.1800.240.29104.6522.2862.16
Hex94B489120181D69163e
Octal22426421122030351512676
Binary1001010010110100100010011001001100011101110100110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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