Html Css Color HEX #93A48B Mantle

📋 copy color: '#93A48B'

red 147 ◦ green 164 ◦ blue 139

#93A48B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantle #93A48B

Tints of Mantle #93A48B

RGB

 RED value IS 147 (57.81% from 255) = 32.67%

 GREEN value IS 164 (64.45% from 255) = 36.44%

 BLUE value IS 139 (54.69% from 255) = 30.89%

R = 32.67%
G = 36.44%
B = 30.89%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#93A48B (or 0x93A48B) is known color: Mantle. HEX triplet: 93, A4 and 8B. RGB value is (147,164,139). Sum of RGB (Red+Green+Blue) = 147+164+139=450 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.67% from 450); Green value is 164 (64.45% from 255 or 36.44% from 450); Blue value is 139 (54.69% from 255 or 30.89% from 450); Max value from RGB is 164 - color contains mainly: green. Hex color #93A48B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A48B is #6C5B74. Grayscale: #9C9C9C. Windows color (decimal): -7101301 or 9151635. OLE color: 9151635.

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

Color convert

RGB 147 164 139 -
CMYK 0.10 0 0.15 0.36
HSL 100.8º 0.12% 0.59% -
HSV(B) 100.8º 0.15% 0.64% -
XYZ 29.97 34.62 29.53 -
YUV 156.07 118.37 121.53 -
System Red Green Blue C M Y K H S L
Decimal 147 164 139 0.10 0 0.15 0.36 100.8 0.12 0.59
Hex 93 A4 8B A 0 F 24 65 C 3B
Octal 223 244 213 12 0 17 44 145 14 73
Binary 10010011 10100100 10001011 1010 0 1111 100100 1100101 1100 111011

Color Harmonies of #93A48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A48B

Black with #93A48B

Text Example


Text Example

White with #93A48B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,164,139); }

 H1.HeaderClassName
 {
   color: #93A48B;
 }
 .AnyTagClassName
 {
   color: #93A48B;
 }
</style>

background-color css

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

 a { background-color: rgb(147,164,139); }

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

border-color css

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

 span { border-color: rgb(147,164,139); }

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