Html Css Color HEX #8BA48A Pewter

📋 copy color: '#8BA48A'

red 139 ◦ green 164 ◦ blue 138

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

Shades of Pewter #8BA48A

Tints of Pewter #8BA48A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.19%

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

R = 31.52%
G = 37.19%
B = 31.29%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#8BA48A (or 0x8BA48A) is known color: Pewter. HEX triplet: 8B, A4 and 8A. RGB value is (139,164,138). Sum of RGB (Red+Green+Blue) = 139+164+138=441 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.52% from 441); Green value is 164 (64.45% from 255 or 37.19% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 164 - color contains mainly: green. Hex color #8BA48A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA48A is #745B75. Grayscale: #999999. Windows color (decimal): -7625590 or 9086091. OLE color: 9086091.

HSL color Cylindrical-coordinate representation of color #8BA48A: hue angle of 117.69º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8BA48A is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 139 164 138 -
CMYK 0.15 0 0.16 0.36
HSL 117.69º 0.13% 0.59% -
HSV(B) 117.69º 0.16% 0.64% -
XYZ 28.51 33.87 29.08 -
YUV 153.56 119.22 117.61 -
System Red Green Blue C M Y K H S L
Decimal 139 164 138 0.15 0 0.16 0.36 117.69 0.13 0.59
Hex 8B A4 8A F 0 10 24 76 C 3B
Octal 213 244 212 17 0 20 44 166 14 73
Binary 10001011 10100100 10001010 1111 0 10000 100100 1110110 1100 111011

Color Harmonies of #8BA48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA48A

Black with #8BA48A

Text Example


Text Example

White with #8BA48A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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