#92AA8B

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

Shades of Mantle #92AA8B

Tints of Mantle #92AA8B

Color information

#92AA8B (or 0x92AA8B) is unknown color: approx Mantle. HEX triplet: 92, AA and 8B. RGB value is (146,170,139). Sum of RGB (Red+Green+Blue) = 146+170+139=455 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.09% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 139 (54.69% from 255 or 30.55% from 455); Max value from RGB is 170 - color contains mainly: green. Hex color #92AA8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92AA8B is #6D5574. Grayscale: #9F9F9F. Windows color (decimal): -7165301 or 9153170. OLE color: 9153170.

HSL color Cylindrical-coordinate representation of color #92AA8B: hue angle of 106.45º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #92AA8B is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB146170139-
CMYK0.1400.180.33
HSL106.45º15.42%60.59%-
HSV(B)106.45º18.24%66.67%-
XYZ30.8936.7229.89-
YUV159.29116.55118.52-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.09%
GREEN value IS 170 (66.80% from 255) = 37.36%
BLUE value IS 139 (54.69% from 255) = 30.55%
R=32.09%
G=37.36%
B=30.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461701390.1400.180.33106.4515.4260.59
Hex92AA8BE012216af3d
Octal22225221316022411521775
Binary100100101010101010001011111001001010000111010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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