Html Css Color HEX #8E958A Mantle

📋 copy color: '#8E958A'

red 142 ◦ green 149 ◦ blue 138

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

Shades of Mantle #8E958A

Tints of Mantle #8E958A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.73%

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

R = 33.1%
G = 34.73%
B = 32.17%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#8E958A (or 0x8E958A) is known color: Mantle. HEX triplet: 8E, 95 and 8A. RGB value is (142,149,138). Sum of RGB (Red+Green+Blue) = 142+149+138=429 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.10% from 429); Green value is 149 (58.59% from 255 or 34.73% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 149 - color contains mainly: green. Hex color #8E958A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E958A is #716A75. Grayscale: #919191. Windows color (decimal): -7432822 or 9082254. OLE color: 9082254.

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

Color convert

RGB 142 149 138 -
CMYK 0.05 0 0.07 0.42
HSL 98.18º 0.05% 0.56% -
HSV(B) 98.18º 0.07% 0.58% -
XYZ 26.49 29.08 28.26 -
YUV 145.65 123.68 125.39 -
System Red Green Blue C M Y K H S L
Decimal 142 149 138 0.05 0 0.07 0.42 98.18 0.05 0.56
Hex 8E 95 8A 5 0 7 2A 62 5 38
Octal 216 225 212 5 0 7 52 142 5 70
Binary 10001110 10010101 10001010 101 0 111 101010 1100010 101 111000

Color Harmonies of #8E958A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E958A

Black with #8E958A

Text Example


Text Example

White with #8E958A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,149,138); }

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

background-color css

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

 a { background-color: rgb(142,149,138); }

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

border-color css

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

 span { border-color: rgb(142,149,138); }

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