#94B290

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

Shades of Mantle #94B290

Tints of Mantle #94B290

Color information

#94B290 (or 0x94B290) is unknown color: approx Mantle. HEX triplet: 94, B2 and 90. RGB value is (148,178,144). Sum of RGB (Red+Green+Blue) = 148+178+144=470 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.49% from 470); Green value is 178 (69.92% from 255 or 37.87% from 470); Blue value is 144 (56.64% from 255 or 30.64% from 470); Max value from RGB is 178 - color contains mainly: green. Hex color #94B290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94B290 is #6B4D6F. Grayscale: #A5A5A5. Windows color (decimal): -7032176 or 9482900. OLE color: 9482900.

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

Color convert

RGB148178144-
CMYK0.1700.190.30
HSL112.94º18.09%63.14%-
HSV(B)112.94º19.1%69.8%-
XYZ33.1740.1532.39-
YUV165.15116.06115.76-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.49%
GREEN value IS 178 (69.92% from 255) = 37.87%
BLUE value IS 144 (56.64% from 255) = 30.64%
R=31.49%
G=37.87%
B=30.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1481781440.1700.190.30112.9418.0963.14
Hex94B290110131E71123f
Octal22426222021023361612277
Binary1001010010110010100100001000101001111110111000110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,178,144); }

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

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

 a { background-color: rgb(148,178,144); }

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

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

 span { border-color: rgb(148,178,144); }

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