Html Css Color HEX #8A9986 Mantle

📋 copy color: '#8A9986'

red 138 ◦ green 153 ◦ blue 134

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

Shades of Mantle #8A9986

Tints of Mantle #8A9986

RGB

 RED value IS 138 (54.3% from 255) = 32.47%

 GREEN value IS 153 (60.16% from 255) = 36%

 BLUE value IS 134 (52.73% from 255) = 31.53%

R = 32.47%
G = 36%
B = 31.53%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#8A9986 (or 0x8A9986) is known color: Mantle. HEX triplet: 8A, 99 and 86. RGB value is (138,153,134). Sum of RGB (Red+Green+Blue) = 138+153+134=425 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.47% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 134 (52.73% from 255 or 31.53% from 425); Max value from RGB is 153 - color contains mainly: green. Hex color #8A9986 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9986 is #756679. Grayscale: #929292. Windows color (decimal): -7693946 or 8821130. OLE color: 8821130.

HSL color Cylindrical-coordinate representation of color #8A9986: hue angle of 107.37º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8A9986 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB 138 153 134 -
CMYK 0.10 0 0.12 0.4
HSL 107.37º 0.09% 0.56% -
HSV(B) 107.37º 0.12% 0.6% -
XYZ 26.18 29.91 26.95 -
YUV 146.35 121.03 122.04 -
System Red Green Blue C M Y K H S L
Decimal 138 153 134 0.10 0 0.12 0.4 107.37 0.09 0.56
Hex 8A 99 86 A 0 C 28 6B 9 38
Octal 212 231 206 12 0 14 50 153 11 70
Binary 10001010 10011001 10000110 1010 0 1100 101000 1101011 1001 111000

Color Harmonies of #8A9986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9986

Black with #8A9986

Text Example


Text Example

White with #8A9986

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,153,134); }

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

background-color css

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

 a { background-color: rgb(138,153,134); }

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

border-color css

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

 span { border-color: rgb(138,153,134); }

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