#949C92

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

Shades of Mantle #949C92

Tints of Mantle #949C92

Color information

#949C92 (or 0x949C92) is unknown color: approx Mantle. HEX triplet: 94, 9C and 92. RGB value is (148,156,146). Sum of RGB (Red+Green+Blue) = 148+156+146=450 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.89% from 450); Green value is 156 (61.33% from 255 or 34.67% from 450); Blue value is 146 (57.42% from 255 or 32.44% from 450); Max value from RGB is 156 - color contains mainly: green. Hex color #949C92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949C92 is #6B636D. Grayscale: #989898. Windows color (decimal): -7037806 or 9608340. OLE color: 9608340.

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

Color convert

RGB148156146-
CMYK0.0500.060.39
HSL108º4.81%59.22%-
HSV(B)108º6.41%61.18%-
XYZ29.2932.1531.86-
YUV152.47124.35124.81-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.89%
GREEN value IS 156 (61.33% from 255) = 34.67%
BLUE value IS 146 (57.42% from 255) = 32.44%
R=32.89%
G=34.67%
B=32.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1481561460.0500.060.391084.8159.22
Hex949C92506276c53b
Octal22423422250647154573
Binary10010100100111001001001010101101001111101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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