#929F8D

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

Shades of Mantle #929F8D

Tints of Mantle #929F8D

Color information

#929F8D (or 0x929F8D) is unknown color: approx Mantle. HEX triplet: 92, 9F and 8D. RGB value is (146,159,141). Sum of RGB (Red+Green+Blue) = 146+159+141=446 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.74% from 446); Green value is 159 (62.5% from 255 or 35.65% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 159 - color contains mainly: green. Hex color #929F8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929F8D is #6D6072. Grayscale: #999999. Windows color (decimal): -7168115 or 9281426. OLE color: 9281426.

HSL color Cylindrical-coordinate representation of color #929F8D: hue angle of 103.33º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #929F8D is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB146159141-
CMYK0.0800.110.38
HSL103.33º8.57%58.82%-
HSV(B)103.33º11.32%62.35%-
XYZ29.0632.8330-
YUV153.06121.19122.96-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.74%
GREEN value IS 159 (62.5% from 255) = 35.65%
BLUE value IS 141 (55.47% from 255) = 31.61%
R=32.74%
G=35.65%
B=31.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1461591410.0800.110.38103.338.5758.82
Hex929F8D80B266793b
Octal22223721510013461471173
Binary10010010100111111000110110000101110011011001111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929F8D; }

 p { color: rgb(146,159,141); }

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

<style>
 a { background-color: #929F8D; }

 a { background-color: rgb(146,159,141); }

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

<style>
 span { border-color: #929F8D; }

 span { border-color: rgb(146,159,141); }

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