#92A28B

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

Shades of Mantle #92A28B

Tints of Mantle #92A28B

Color information

#92A28B (or 0x92A28B) is unknown color: approx Mantle. HEX triplet: 92, A2 and 8B. RGB value is (146,162,139). Sum of RGB (Red+Green+Blue) = 146+162+139=447 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.66% from 447); Green value is 162 (63.67% from 255 or 36.24% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 162 - color contains mainly: green. Hex color #92A28B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A28B is #6D5D74. Grayscale: #9A9A9A. Windows color (decimal): -7167349 or 9151122. OLE color: 9151122.

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

Color convert

RGB146162139-
CMYK0.1000.140.36
HSL101.74º11%59.02%-
HSV(B)101.74º14.2%63.53%-
XYZ29.4333.8229.4-
YUV154.59119.2121.87-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.66%
GREEN value IS 162 (63.67% from 255) = 36.24%
BLUE value IS 139 (54.69% from 255) = 31.10%
R=32.66%
G=36.24%
B=31.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1461621390.1000.140.36101.741159.02
Hex92A28BA0E2466b3b
Octal22224221312016441461373
Binary10010010101000101000101110100111010010011001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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