#92A48B

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

Shades of Mantle #92A48B

Tints of Mantle #92A48B

Color information

#92A48B (or 0x92A48B) is unknown color: approx Mantle. HEX triplet: 92, A4 and 8B. RGB value is (146,164,139). Sum of RGB (Red+Green+Blue) = 146+164+139=449 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.52% from 449); Green value is 164 (64.45% from 255 or 36.53% from 449); Blue value is 139 (54.69% from 255 or 30.96% from 449); Max value from RGB is 164 - color contains mainly: green. Hex color #92A48B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A48B is #6D5B74. Grayscale: #9B9B9B. Windows color (decimal): -7166837 or 9151634. OLE color: 9151634.

HSL color Cylindrical-coordinate representation of color #92A48B: hue angle of 103.2º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #92A48B is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB146164139-
CMYK0.1100.150.36
HSL103.2º12.08%59.41%-
HSV(B)103.2º15.24%64.31%-
XYZ29.7934.5329.52-
YUV155.77118.54121.03-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.52%
GREEN value IS 164 (64.45% from 255) = 36.53%
BLUE value IS 139 (54.69% from 255) = 30.96%
R=32.52%
G=36.53%
B=30.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1461641390.1100.150.36103.212.0859.41
Hex92A48BB0F2467c3b
Octal22224421313017441471473
Binary10010010101001001000101110110111110010011001111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92A48B; }

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

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

<style>
 a { background-color: #92A48B; }

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

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

<style>
 span { border-color: #92A48B; }

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

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