#92A18D

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

Shades of Mantle #92A18D

Tints of Mantle #92A18D

Color information

#92A18D (or 0x92A18D) is unknown color: approx Mantle. HEX triplet: 92, A1 and 8D. RGB value is (146,161,141). Sum of RGB (Red+Green+Blue) = 146+161+141=448 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.59% from 448); Green value is 161 (63.28% from 255 or 35.94% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 161 - color contains mainly: green. Hex color #92A18D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A18D is #6D5E72. Grayscale: #9A9A9A. Windows color (decimal): -7167603 or 9281938. OLE color: 9281938.

HSL color Cylindrical-coordinate representation of color #92A18D: hue angle of 105º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #92A18D is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB146161141-
CMYK0.0900.120.37
HSL105º9.62%59.22%-
HSV(B)105º12.42%63.14%-
XYZ29.4133.5230.12-
YUV154.24120.53122.13-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.59%
GREEN value IS 161 (63.28% from 255) = 35.94%
BLUE value IS 141 (55.47% from 255) = 31.47%
R=32.59%
G=35.94%
B=31.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1461611410.0900.120.371059.6259.22
Hex92A18D90C2569a3b
Octal22224121511014451511273
Binary10010010101000011000110110010110010010111010011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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