Html Css Color HEX #93A48A Mantle

📋 copy color: '#93A48A'

red 147 ◦ green 164 ◦ blue 138

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

Shades of Mantle #93A48A

Tints of Mantle #93A48A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.73%

R = 32.74%
G = 36.53%
B = 30.73%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#93A48A (or 0x93A48A) is known color: Mantle. HEX triplet: 93, A4 and 8A. RGB value is (147,164,138). Sum of RGB (Red+Green+Blue) = 147+164+138=449 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.74% from 449); Green value is 164 (64.45% from 255 or 36.53% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 164 - color contains mainly: green. Hex color #93A48A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A48A is #6C5B75. Grayscale: #9C9C9C. Windows color (decimal): -7101302 or 9086099. OLE color: 9086099.

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

Color convert

RGB 147 164 138 -
CMYK 0.10 0 0.16 0.36
HSL 99.23º 0.13% 0.59% -
HSV(B) 99.23º 0.16% 0.64% -
XYZ 29.9 34.59 29.15 -
YUV 155.95 117.87 121.61 -
System Red Green Blue C M Y K H S L
Decimal 147 164 138 0.10 0 0.16 0.36 99.23 0.13 0.59
Hex 93 A4 8A A 0 10 24 63 C 3B
Octal 223 244 212 12 0 20 44 143 14 73
Binary 10010011 10100100 10001010 1010 0 10000 100100 1100011 1100 111011

Color Harmonies of #93A48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A48A

Black with #93A48A

Text Example


Text Example

White with #93A48A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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