#949C90

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

Shades of Mantle #949C90

Tints of Mantle #949C90

Color information

#949C90 (or 0x949C90) is unknown color: approx Mantle. HEX triplet: 94, 9C and 90. RGB value is (148,156,144). Sum of RGB (Red+Green+Blue) = 148+156+144=448 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.04% from 448); Green value is 156 (61.33% from 255 or 34.82% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 156 - color contains mainly: green. Hex color #949C90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949C90 is #6B636F. Grayscale: #989898. Windows color (decimal): -7037808 or 9477268. OLE color: 9477268.

HSL color Cylindrical-coordinate representation of color #949C90: hue angle of 100º degrees, saturation: 0.06, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #949C90 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB148156144-
CMYK0.0500.080.39
HSL100º5.71%58.82%-
HSV(B)100º7.69%61.18%-
XYZ29.1432.0931.04-
YUV152.24123.35124.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.04%
GREEN value IS 156 (61.33% from 255) = 34.82%
BLUE value IS 144 (56.64% from 255) = 32.14%
R=33.04%
G=34.82%
B=32.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1481561440.0500.080.391005.7158.82
Hex949C90508276463b
Octal224234220501047144673
Binary100101001001110010010000101010001001111100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949C90; }

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

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

<style>
 a { background-color: #949C90; }

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

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

<style>
 span { border-color: #949C90; }

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

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