Html Css Color HEX #8C988A Mantle

📋 copy color: '#8C988A'

red 140 ◦ green 152 ◦ blue 138

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

Shades of Mantle #8C988A

Tints of Mantle #8C988A

RGB

 RED value IS 140 (55.08% from 255) = 32.56%

 GREEN value IS 152 (59.77% from 255) = 35.35%

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

R = 32.56%
G = 35.35%
B = 32.09%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#8C988A (or 0x8C988A) is known color: Mantle. HEX triplet: 8C, 98 and 8A. RGB value is (140,152,138). Sum of RGB (Red+Green+Blue) = 140+152+138=430 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.56% from 430); Green value is 152 (59.77% from 255 or 35.35% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 152 - color contains mainly: green. Hex color #8C988A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C988A is #736775. Grayscale: #929292. Windows color (decimal): -7563126 or 9083020. OLE color: 9083020.

HSL color Cylindrical-coordinate representation of color #8C988A: hue angle of 111.43º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8C988A is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 140 152 138 -
CMYK 0.08 0 0.09 0.40
HSL 111.43º 0.06% 0.57% -
HSV(B) 111.43º 0.09% 0.6% -
XYZ 26.63 29.87 28.41 -
YUV 146.82 123.02 123.14 -
System Red Green Blue C M Y K H S L
Decimal 140 152 138 0.08 0 0.09 0.40 111.43 0.06 0.57
Hex 8C 98 8A 8 0 9 28 6F 6 39
Octal 214 230 212 10 0 11 50 157 6 71
Binary 10001100 10011000 10001010 1000 0 1001 101000 1101111 110 111001

Color Harmonies of #8C988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C988A

Black with #8C988A

Text Example


Text Example

White with #8C988A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,152,138); }

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

background-color css

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

 a { background-color: rgb(140,152,138); }

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

border-color css

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

 span { border-color: rgb(140,152,138); }

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