Html Css Color HEX #8BA08A Pewter

📋 copy color: '#8BA08A'

red 139 ◦ green 160 ◦ blue 138

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

Shades of Pewter #8BA08A

Tints of Pewter #8BA08A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.61%

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

R = 31.81%
G = 36.61%
B = 31.58%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#8BA08A (or 0x8BA08A) is known color: Pewter. HEX triplet: 8B, A0 and 8A. RGB value is (139,160,138). Sum of RGB (Red+Green+Blue) = 139+160+138=437 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.81% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 138 (54.30% from 255 or 31.58% from 437); Max value from RGB is 160 - color contains mainly: green. Hex color #8BA08A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA08A is #745F75. Grayscale: #979797. Windows color (decimal): -7626614 or 9085067. OLE color: 9085067.

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

Color convert

RGB 139 160 138 -
CMYK 0.13 0 0.14 0.37
HSL 117.27º 0.1% 0.58% -
HSV(B) 117.27º 0.14% 0.63% -
XYZ 27.81 32.47 28.85 -
YUV 151.21 120.54 119.29 -
System Red Green Blue C M Y K H S L
Decimal 139 160 138 0.13 0 0.14 0.37 117.27 0.1 0.58
Hex 8B A0 8A D 0 E 25 75 A 3A
Octal 213 240 212 15 0 16 45 165 12 72
Binary 10001011 10100000 10001010 1101 0 1110 100101 1110101 1010 111010

Color Harmonies of #8BA08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA08A

Black with #8BA08A

Text Example


Text Example

White with #8BA08A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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