Html Css Color HEX #8BAB8A Pewter

📋 copy color: '#8BAB8A'

red 139 ◦ green 171 ◦ blue 138

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

Shades of Pewter #8BAB8A

Tints of Pewter #8BAB8A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.17%

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

R = 31.03%
G = 38.17%
B = 30.8%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#8BAB8A (or 0x8BAB8A) is known color: Pewter. HEX triplet: 8B, AB and 8A. RGB value is (139,171,138). Sum of RGB (Red+Green+Blue) = 139+171+138=448 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.03% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 138 (54.30% from 255 or 30.80% from 448); Max value from RGB is 171 - color contains mainly: green. Hex color #8BAB8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BAB8A is #745475. Grayscale: #9D9D9D. Windows color (decimal): -7623798 or 9087883. OLE color: 9087883.

HSL color Cylindrical-coordinate representation of color #8BAB8A: hue angle of 118.18º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8BAB8A is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 139 171 138 -
CMYK 0.19 0 0.19 0.33
HSL 118.18º 0.16% 0.61% -
HSV(B) 118.18º 0.19% 0.67% -
XYZ 29.8 36.45 29.51 -
YUV 157.67 116.9 114.68 -
System Red Green Blue C M Y K H S L
Decimal 139 171 138 0.19 0 0.19 0.33 118.18 0.16 0.61
Hex 8B AB 8A 13 0 13 21 76 10 3D
Octal 213 253 212 23 0 23 41 166 20 75
Binary 10001011 10101011 10001010 10011 0 10011 100001 1110110 10000 111101

Color Harmonies of #8BAB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAB8A

Black with #8BAB8A

Text Example


Text Example

White with #8BAB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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