Html Css Color HEX #8E948B Mantle

📋 copy color: '#8E948B'

red 142 ◦ green 148 ◦ blue 139

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

Shades of Mantle #8E948B

Tints of Mantle #8E948B

RGB

 RED value IS 142 (55.86% from 255) = 33.1%

 GREEN value IS 148 (58.2% from 255) = 34.5%

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

R = 33.1%
G = 34.5%
B = 32.4%

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

#8E948B (or 0x8E948B) is known color: Mantle. HEX triplet: 8E, 94 and 8B. RGB value is (142,148,139). Sum of RGB (Red+Green+Blue) = 142+148+139=429 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.10% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 148 - color contains mainly: green. Hex color #8E948B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E948B is #716B74. Grayscale: #919191. Windows color (decimal): -7433077 or 9147534. OLE color: 9147534.

HSL color Cylindrical-coordinate representation of color #8E948B: 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 #8E948B is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 142 148 139 -
CMYK 0.04 0 0.06 0.42
HSL 100º 0.04% 0.56% -
HSV(B) 100º 0.06% 0.58% -
XYZ 26.41 28.79 28.59 -
YUV 145.18 124.51 125.73 -
System Red Green Blue C M Y K H S L
Decimal 142 148 139 0.04 0 0.06 0.42 100 0.04 0.56
Hex 8E 94 8B 4 0 6 2A 64 4 38
Octal 216 224 213 4 0 6 52 144 4 70
Binary 10001110 10010100 10001011 100 0 110 101010 1100100 100 111000

Color Harmonies of #8E948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E948B

Black with #8E948B

Text Example


Text Example

White with #8E948B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,148,139); }

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

background-color css

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

 a { background-color: rgb(142,148,139); }

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

border-color css

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

 span { border-color: rgb(142,148,139); }

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