Html Css Color HEX #8BA28C Pewter

📋 copy color: '#8BA28C'

red 139 ◦ green 162 ◦ blue 140

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

Shades of Pewter #8BA28C

Tints of Pewter #8BA28C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.73%

 BLUE value IS 140 (55.08% from 255) = 31.75%

R = 31.52%
G = 36.73%
B = 31.75%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#8BA28C (or 0x8BA28C) is known color: Pewter. HEX triplet: 8B, A2 and 8C. RGB value is (139,162,140). Sum of RGB (Red+Green+Blue) = 139+162+140=441 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.52% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 140 (55.08% from 255 or 31.75% from 441); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA28C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA28C is #745D73. Grayscale: #989898. Windows color (decimal): -7626100 or 9216651. OLE color: 9216651.

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

Color convert

RGB 139 162 140 -
CMYK 0.14 0 0.14 0.36
HSL 122.61º 0.11% 0.59% -
HSV(B) 122.61º 0.14% 0.64% -
XYZ 28.3 33.22 29.73 -
YUV 152.62 120.88 118.29 -
System Red Green Blue C M Y K H S L
Decimal 139 162 140 0.14 0 0.14 0.36 122.61 0.11 0.59
Hex 8B A2 8C E 0 E 24 7B B 3B
Octal 213 242 214 16 0 16 44 173 13 73
Binary 10001011 10100010 10001100 1110 0 1110 100100 1111011 1011 111011

Color Harmonies of #8BA28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA28C

Black with #8BA28C

Text Example


Text Example

White with #8BA28C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,162,140); }

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

background-color css

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

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

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

border-color css

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

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

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