Html Css Color HEX #8B9F8A Pewter

📋 copy color: '#8B9F8A'

red 139 ◦ green 159 ◦ blue 138

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

Shades of Pewter #8B9F8A

Tints of Pewter #8B9F8A

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.47%

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

R = 31.88%
G = 36.47%
B = 31.65%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#8B9F8A (or 0x8B9F8A) is known color: Pewter. HEX triplet: 8B, 9F and 8A. RGB value is (139,159,138). Sum of RGB (Red+Green+Blue) = 139+159+138=436 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.88% from 436); Green value is 159 (62.5% from 255 or 36.47% from 436); Blue value is 138 (54.30% from 255 or 31.65% from 436); Max value from RGB is 159 - color contains mainly: green. Hex color #8B9F8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9F8A is #746075. Grayscale: #969696. Windows color (decimal): -7626870 or 9084811. OLE color: 9084811.

HSL color Cylindrical-coordinate representation of color #8B9F8A: hue angle of 117.14º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8B9F8A is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB 139 159 138 -
CMYK 0.13 0 0.13 0.38
HSL 117.14º 0.1% 0.58% -
HSV(B) 117.14º 0.13% 0.62% -
XYZ 27.63 32.12 28.79 -
YUV 150.63 120.87 119.71 -
System Red Green Blue C M Y K H S L
Decimal 139 159 138 0.13 0 0.13 0.38 117.14 0.1 0.58
Hex 8B 9F 8A D 0 D 26 75 A 3A
Octal 213 237 212 15 0 15 46 165 12 72
Binary 10001011 10011111 10001010 1101 0 1101 100110 1110101 1010 111010

Color Harmonies of #8B9F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B9F8A

Black with #8B9F8A

Text Example


Text Example

White with #8B9F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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