Html Css Color HEX #93A985 Mantle

📋 copy color: '#93A985'

red 147 ◦ green 169 ◦ blue 133

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

Shades of Mantle #93A985

Tints of Mantle #93A985

RGB

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

 GREEN value IS 169 (66.41% from 255) = 37.64%

 BLUE value IS 133 (52.34% from 255) = 29.62%

R = 32.74%
G = 37.64%
B = 29.62%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#93A985 (or 0x93A985) is known color: Mantle. HEX triplet: 93, A9 and 85. RGB value is (147,169,133). Sum of RGB (Red+Green+Blue) = 147+169+133=449 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.74% from 449); Green value is 169 (66.41% from 255 or 37.64% from 449); Blue value is 133 (52.34% from 255 or 29.62% from 449); Max value from RGB is 169 - color contains mainly: green. Hex color #93A985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A985 is #6C567A. Grayscale: #9E9E9E. Windows color (decimal): -7100027 or 8759699. OLE color: 8759699.

HSL color Cylindrical-coordinate representation of color #93A985: hue angle of 96.67º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #93A985 is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB 147 169 133 -
CMYK 0.13 0 0.21 0.34
HSL 96.67º 0.17% 0.59% -
HSV(B) 96.67º 0.21% 0.66% -
XYZ 30.45 36.27 27.59 -
YUV 158.32 113.71 119.93 -
System Red Green Blue C M Y K H S L
Decimal 147 169 133 0.13 0 0.21 0.34 96.67 0.17 0.59
Hex 93 A9 85 D 0 15 22 61 11 3B
Octal 223 251 205 15 0 25 42 141 21 73
Binary 10010011 10101001 10000101 1101 0 10101 100010 1100001 10001 111011

Color Harmonies of #93A985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A985

Black with #93A985

Text Example


Text Example

White with #93A985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,169,133); }

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

background-color css

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

 a { background-color: rgb(147,169,133); }

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

border-color css

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

 span { border-color: rgb(147,169,133); }

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