#94B090

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

Shades of Mantle #94B090

Tints of Mantle #94B090

Color information

#94B090 (or 0x94B090) is unknown color: approx Mantle. HEX triplet: 94, B0 and 90. RGB value is (148,176,144). Sum of RGB (Red+Green+Blue) = 148+176+144=468 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.62% from 468); Green value is 176 (69.14% from 255 or 37.61% from 468); Blue value is 144 (56.64% from 255 or 30.77% from 468); Max value from RGB is 176 - color contains mainly: green. Hex color #94B090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94B090 is #6B4F6F. Grayscale: #A4A4A4. Windows color (decimal): -7032688 or 9482388. OLE color: 9482388.

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

Color convert

RGB148176144-
CMYK0.1600.180.31
HSL112.5º16.84%62.75%-
HSV(B)112.5º18.18%69.02%-
XYZ32.7739.3632.26-
YUV163.98116.72116.6-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.62%
GREEN value IS 176 (69.14% from 255) = 37.61%
BLUE value IS 144 (56.64% from 255) = 30.77%
R=31.62%
G=37.61%
B=30.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1481761440.1600.180.31112.516.8462.75
Hex94B090100121F70113f
Octal22426022020022371602177
Binary1001010010110000100100001000001001011111111000010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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