Html Css Color HEX #8B988A Pewter

📋 copy color: '#8B988A'

red 139 ◦ green 152 ◦ blue 138

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

Shades of Pewter #8B988A

Tints of Pewter #8B988A

RGB

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

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

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

R = 32.4%
G = 35.43%
B = 32.17%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#8B988A (or 0x8B988A) is known color: Pewter. HEX triplet: 8B, 98 and 8A. RGB value is (139,152,138). Sum of RGB (Red+Green+Blue) = 139+152+138=429 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.40% from 429); Green value is 152 (59.77% from 255 or 35.43% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 152 - color contains mainly: green. Hex color #8B988A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B988A is #746775. Grayscale: #929292. Windows color (decimal): -7628662 or 9083019. OLE color: 9083019.

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

Color convert

RGB 139 152 138 -
CMYK 0.09 0 0.09 0.40
HSL 115.71º 0.06% 0.57% -
HSV(B) 115.71º 0.09% 0.6% -
XYZ 26.46 29.78 28.4 -
YUV 146.52 123.19 122.64 -
System Red Green Blue C M Y K H S L
Decimal 139 152 138 0.09 0 0.09 0.40 115.71 0.06 0.57
Hex 8B 98 8A 9 0 9 28 74 6 39
Octal 213 230 212 11 0 11 50 164 6 71
Binary 10001011 10011000 10001010 1001 0 1001 101000 1110100 110 111001

Color Harmonies of #8B988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B988A

Black with #8B988A

Text Example


Text Example

White with #8B988A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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