Html Css Color HEX #8C998B Pewter

📋 copy color: '#8C998B'

red 140 ◦ green 153 ◦ blue 139

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

Shades of Pewter #8C998B

Tints of Pewter #8C998B

RGB

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

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

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

R = 32.41%
G = 35.42%
B = 32.18%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.09

 K value IS 0.4

RGB Variations

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

Color information

#8C998B (or 0x8C998B) is known color: Pewter. HEX triplet: 8C, 99 and 8B. RGB value is (140,153,139). Sum of RGB (Red+Green+Blue) = 140+153+139=432 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.41% from 432); Green value is 153 (60.16% from 255 or 35.42% from 432); Blue value is 139 (54.69% from 255 or 32.18% from 432); Max value from RGB is 153 - color contains mainly: green. Hex color #8C998B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C998B is #736674. Grayscale: #939393. Windows color (decimal): -7562869 or 9148812. OLE color: 9148812.

HSL color Cylindrical-coordinate representation of color #8C998B: hue angle of 115.71º 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 #8C998B is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.

Color convert

RGB 140 153 139 -
CMYK 0.08 0 0.09 0.4
HSL 115.71º 0.06% 0.57% -
HSV(B) 115.71º 0.09% 0.6% -
XYZ 26.87 30.22 28.84 -
YUV 147.52 123.19 122.64 -
System Red Green Blue C M Y K H S L
Decimal 140 153 139 0.08 0 0.09 0.4 115.71 0.06 0.57
Hex 8C 99 8B 8 0 9 28 74 6 39
Octal 214 231 213 10 0 11 50 164 6 71
Binary 10001100 10011001 10001011 1000 0 1001 101000 1110100 110 111001

Color Harmonies of #8C998B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C998B

Black with #8C998B

Text Example


Text Example

White with #8C998B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,153,139); }

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

background-color css

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

 a { background-color: rgb(140,153,139); }

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

border-color css

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

 span { border-color: rgb(140,153,139); }

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