Html Css Color HEX #8D938A Mantle

📋 copy color: '#8D938A'

red 141 ◦ green 147 ◦ blue 138

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

Shades of Mantle #8D938A

Tints of Mantle #8D938A

RGB

 RED value IS 141 (55.47% from 255) = 33.1%

 GREEN value IS 147 (57.81% from 255) = 34.51%

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

R = 33.1%
G = 34.51%
B = 32.39%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#8D938A (or 0x8D938A) is known color: Mantle. HEX triplet: 8D, 93 and 8A. RGB value is (141,147,138). Sum of RGB (Red+Green+Blue) = 141+147+138=426 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.10% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 138 (54.30% from 255 or 32.39% from 426); Max value from RGB is 147 - color contains mainly: green. Hex color #8D938A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D938A is #726C75. Grayscale: #909090. Windows color (decimal): -7498870 or 9081741. OLE color: 9081741.

HSL color Cylindrical-coordinate representation of color #8D938A: hue angle of 100º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8D938A is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 141 147 138 -
CMYK 0.04 0 0.06 0.42
HSL 100º 0.04% 0.56% -
HSV(B) 100º 0.06% 0.58% -
XYZ 26.01 28.37 28.15 -
YUV 144.18 124.51 125.73 -
System Red Green Blue C M Y K H S L
Decimal 141 147 138 0.04 0 0.06 0.42 100 0.04 0.56
Hex 8D 93 8A 4 0 6 2A 64 4 38
Octal 215 223 212 4 0 6 52 144 4 70
Binary 10001101 10010011 10001010 100 0 110 101010 1100100 100 111000

Color Harmonies of #8D938A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D938A

Black with #8D938A

Text Example


Text Example

White with #8D938A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D938A; }

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

 H1.HeaderClassName
 {
   color: #8D938A;
 }
 .AnyTagClassName
 {
   color: #8D938A;
 }
</style>

background-color css

<style>
 a { background-color: #8D938A; }

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

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

border-color css

<style>
 span { border-color: #8D938A; }

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

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