#92A38C

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

Shades of Mantle #92A38C

Tints of Mantle #92A38C

Color information

#92A38C (or 0x92A38C) is unknown color: approx Mantle. HEX triplet: 92, A3 and 8C. RGB value is (146,163,140). Sum of RGB (Red+Green+Blue) = 146+163+140=449 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.52% from 449); Green value is 163 (64.06% from 255 or 36.30% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 163 - color contains mainly: green. Hex color #92A38C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A38C is #6D5C73. Grayscale: #9B9B9B. Windows color (decimal): -7167092 or 9216914. OLE color: 9216914.

HSL color Cylindrical-coordinate representation of color #92A38C: hue angle of 104.35º 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 #92A38C is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB146163140-
CMYK0.1000.140.36
HSL104.35º11.11%59.41%-
HSV(B)104.35º14.11%63.92%-
XYZ29.6834.229.85-
YUV155.29119.37121.37-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.52%
GREEN value IS 163 (64.06% from 255) = 36.30%
BLUE value IS 140 (55.08% from 255) = 31.18%
R=32.52%
G=36.30%
B=31.18%

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
Decimal1461631400.1000.140.36104.3511.1159.41
Hex92A38CA0E2468b3b
Octal22224321412016441501373
Binary10010010101000111000110010100111010010011010001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,163,140); }

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

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

 a { background-color: rgb(146,163,140); }

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

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

 span { border-color: rgb(146,163,140); }

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