#929F8A

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

Shades of Mantle #929F8A

Tints of Mantle #929F8A

Color information

#929F8A (or 0x929F8A) is unknown color: approx Mantle. HEX triplet: 92, 9F and 8A. RGB value is (146,159,138). Sum of RGB (Red+Green+Blue) = 146+159+138=443 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.96% from 443); Green value is 159 (62.5% from 255 or 35.89% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 159 - color contains mainly: green. Hex color #929F8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929F8A is #6D6075. Grayscale: #989898. Windows color (decimal): -7168118 or 9084818. OLE color: 9084818.

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

Color convert

RGB146159138-
CMYK0.0800.130.38
HSL97.14º9.86%58.24%-
HSV(B)97.14º13.21%62.35%-
XYZ28.8432.7428.84-
YUV152.72119.69123.21-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.96%
GREEN value IS 159 (62.5% from 255) = 35.89%
BLUE value IS 138 (54.30% from 255) = 31.15%
R=32.96%
G=35.89%
B=31.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1461591380.0800.130.3897.149.8658.24
Hex929F8A80D2661a3a
Octal22223721210015461411272
Binary10010010100111111000101010000110110011011000011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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