#949D8E

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

Shades of Mantle #949D8E

Tints of Mantle #949D8E

Color information

#949D8E (or 0x949D8E) is unknown color: approx Mantle. HEX triplet: 94, 9D and 8E. RGB value is (148,157,142). Sum of RGB (Red+Green+Blue) = 148+157+142=447 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.11% from 447); Green value is 157 (61.72% from 255 or 35.12% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 157 - color contains mainly: green. Hex color #949D8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949D8E is #6B6271. Grayscale: #989898. Windows color (decimal): -7037554 or 9346452. OLE color: 9346452.

HSL color Cylindrical-coordinate representation of color #949D8E: hue angle of 96º degrees, saturation: 0.07, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #949D8E is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB148157142-
CMYK0.0600.100.38
HSL96º7.11%58.63%-
HSV(B)96º9.55%61.57%-
XYZ29.1532.3630.3-
YUV152.6122.02124.72-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.11%
GREEN value IS 157 (61.72% from 255) = 35.12%
BLUE value IS 142 (55.86% from 255) = 31.77%
R=33.11%
G=35.12%
B=31.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1481571420.0600.100.38967.1158.63
Hex949D8E60A266073b
Octal224235216601246140773
Binary100101001001110110001110110010101001101100000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,157,142); }

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

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

 a { background-color: rgb(148,157,142); }

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

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

 span { border-color: rgb(148,157,142); }

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