Html Css Color HEX #8B988B Pewter

📋 copy color: '#8B988B'

red 139 ◦ green 152 ◦ blue 139

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

Shades of Pewter #8B988B

Tints of Pewter #8B988B

RGB

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

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

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

R = 32.33%
G = 35.35%
B = 32.33%

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

#8B988B (or 0x8B988B) is known color: Pewter. HEX triplet: 8B, 98 and 8B. RGB value is (139,152,139). Sum of RGB (Red+Green+Blue) = 139+152+139=430 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.33% from 430); Green value is 152 (59.77% from 255 or 35.35% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 152 - color contains mainly: green. Hex color #8B988B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B988B is #746774. Grayscale: #929292. Windows color (decimal): -7628661 or 9148555. OLE color: 9148555.

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

Color convert

RGB 139 152 139 -
CMYK 0.09 0 0.09 0.40
HSL 120º 0.06% 0.57% -
HSV(B) 120º 0.09% 0.6% -
XYZ 26.54 29.81 28.78 -
YUV 146.63 123.69 122.56 -
System Red Green Blue C M Y K H S L
Decimal 139 152 139 0.09 0 0.09 0.40 120 0.06 0.57
Hex 8B 98 8B 9 0 9 28 78 6 39
Octal 213 230 213 11 0 11 50 170 6 71
Binary 10001011 10011000 10001011 1001 0 1001 101000 1111000 110 111001

Color Harmonies of #8B988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B988B

Black with #8B988B

Text Example


Text Example

White with #8B988B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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