#92B485

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

Shades of Mantle #92B485

Tints of Mantle #92B485

Color information

#92B485 (or 0x92B485) is unknown color: approx Mantle. HEX triplet: 92, B4 and 85. RGB value is (146,180,133). Sum of RGB (Red+Green+Blue) = 146+180+133=459 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.81% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 133 (52.34% from 255 or 28.98% from 459); Max value from RGB is 180 - color contains mainly: green. Hex color #92B485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92B485 is #6D4B7A. Grayscale: #A4A4A4. Windows color (decimal): -7162747 or 8762514. OLE color: 8762514.

HSL color Cylindrical-coordinate representation of color #92B485: hue angle of 103.4º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #92B485 is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB146180133-
CMYK0.1900.260.29
HSL103.4º23.86%61.37%-
HSV(B)103.4º26.11%70.59%-
XYZ32.4140.4528.29-
YUV164.48110.24114.82-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.81%
GREEN value IS 180 (70.70% from 255) = 39.22%
BLUE value IS 133 (52.34% from 255) = 28.98%
R=31.81%
G=39.22%
B=28.98%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1461801330.1900.260.29103.423.8661.37
Hex92B4851301A1D67183d
Octal22226420523032351473075
Binary1001001010110100100001011001101101011101110011111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,180,133); }

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

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

 a { background-color: rgb(146,180,133); }

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

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

 span { border-color: rgb(146,180,133); }

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