#93B08A

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

Shades of Mantle #93B08A

Tints of Mantle #93B08A

Color information

#93B08A (or 0x93B08A) is unknown color: approx Mantle. HEX triplet: 93, B0 and 8A. RGB value is (147,176,138). Sum of RGB (Red+Green+Blue) = 147+176+138=461 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.89% from 461); Green value is 176 (69.14% from 255 or 38.18% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 176 - color contains mainly: green. Hex color #93B08A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93B08A is #6C4F75. Grayscale: #A3A3A3. Windows color (decimal): -7098230 or 9089171. OLE color: 9089171.

HSL color Cylindrical-coordinate representation of color #93B08A: hue angle of 105.79º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #93B08A is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB147176138-
CMYK0.1600.220.31
HSL105.79º19.39%61.57%-
HSV(B)105.79º21.59%69.02%-
XYZ32.1539.0929.9-
YUV163113.89116.59-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.89%
GREEN value IS 176 (69.14% from 255) = 38.18%
BLUE value IS 138 (54.30% from 255) = 29.93%
R=31.89%
G=38.18%
B=29.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471761380.1600.220.31105.7919.3961.57
Hex93B08A100161F6a133e
Octal22326021220026371522376
Binary1001001110110000100010101000001011011111110101010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93B08A; }

 p { color: rgb(147,176,138); }

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

<style>
 a { background-color: #93B08A; }

 a { background-color: rgb(147,176,138); }

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

<style>
 span { border-color: #93B08A; }

 span { border-color: rgb(147,176,138); }

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