#929E8A

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

Shades of Mantle #929E8A

Tints of Mantle #929E8A

Color information

#929E8A (or 0x929E8A) is unknown color: approx Mantle. HEX triplet: 92, 9E and 8A. RGB value is (146,158,138). Sum of RGB (Red+Green+Blue) = 146+158+138=442 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.03% from 442); Green value is 158 (62.11% from 255 or 35.75% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 158 - color contains mainly: green. Hex color #929E8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929E8A is #6D6175. Grayscale: #989898. Windows color (decimal): -7168374 or 9084562. OLE color: 9084562.

HSL color Cylindrical-coordinate representation of color #929E8A: hue angle of 96º degrees, saturation: 0.09, 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 #929E8A is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB146158138-
CMYK0.0800.130.38
HSL96º9.35%58.04%-
HSV(B)96º12.66%61.96%-
XYZ28.6732.428.79-
YUV152.13120.02123.63-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.03%
GREEN value IS 158 (62.11% from 255) = 35.75%
BLUE value IS 138 (54.30% from 255) = 31.22%
R=33.03%
G=35.75%
B=31.22%

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
Decimal1461581380.0800.130.38969.3558.04
Hex929E8A80D266093a
Octal22223621210015461401172
Binary10010010100111101000101010000110110011011000001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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