#929D8B

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

Shades of Mantle #929D8B

Tints of Mantle #929D8B

Color information

#929D8B (or 0x929D8B) is unknown color: approx Mantle. HEX triplet: 92, 9D and 8B. RGB value is (146,157,139). Sum of RGB (Red+Green+Blue) = 146+157+139=442 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.03% from 442); Green value is 157 (61.72% from 255 or 35.52% from 442); Blue value is 139 (54.69% from 255 or 31.45% from 442); Max value from RGB is 157 - color contains mainly: green. Hex color #929D8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929D8B is #6D6274. Grayscale: #979797. Windows color (decimal): -7168629 or 9149842. OLE color: 9149842.

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

Color convert

RGB146157139-
CMYK0.0700.110.38
HSL96.67º8.41%58.04%-
HSV(B)96.67º11.46%61.57%-
XYZ28.5732.0929.11-
YUV151.66120.86123.96-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.03%
GREEN value IS 157 (61.72% from 255) = 35.52%
BLUE value IS 139 (54.69% from 255) = 31.45%
R=33.03%
G=35.52%
B=31.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1461571390.0700.110.3896.678.4158.04
Hex929D8B70B266183a
Octal2222352137013461411072
Binary1001001010011101100010111110101110011011000011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,157,139); }

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

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

 a { background-color: rgb(146,157,139); }

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

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

 span { border-color: rgb(146,157,139); }

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