Html Css Color HEX #8BA28A Pewter

📋 copy color: '#8BA28A'

red 139 ◦ green 162 ◦ blue 138

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

Shades of Pewter #8BA28A

Tints of Pewter #8BA28A

RGB

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

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

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

R = 31.66%
G = 36.9%
B = 31.44%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#8BA28A (or 0x8BA28A) is known color: Pewter. HEX triplet: 8B, A2 and 8A. RGB value is (139,162,138). Sum of RGB (Red+Green+Blue) = 139+162+138=439 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.66% from 439); Green value is 162 (63.67% from 255 or 36.90% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA28A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA28A is #745D75. Grayscale: #989898. Windows color (decimal): -7626102 or 9085579. OLE color: 9085579.

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

Color convert

RGB 139 162 138 -
CMYK 0.14 0 0.15 0.36
HSL 117.5º 0.11% 0.59% -
HSV(B) 117.5º 0.15% 0.64% -
XYZ 28.16 33.16 28.96 -
YUV 152.39 119.88 118.45 -
System Red Green Blue C M Y K H S L
Decimal 139 162 138 0.14 0 0.15 0.36 117.5 0.11 0.59
Hex 8B A2 8A E 0 F 24 76 B 3B
Octal 213 242 212 16 0 17 44 166 13 73
Binary 10001011 10100010 10001010 1110 0 1111 100100 1110110 1011 111011

Color Harmonies of #8BA28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA28A

Black with #8BA28A

Text Example


Text Example

White with #8BA28A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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