Html Css Color HEX #8BA58A Pewter

📋 copy color: '#8BA58A'

red 139 ◦ green 165 ◦ blue 138

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

Shades of Pewter #8BA58A

Tints of Pewter #8BA58A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.33%

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

R = 31.45%
G = 37.33%
B = 31.22%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#8BA58A (or 0x8BA58A) is known color: Pewter. HEX triplet: 8B, A5 and 8A. RGB value is (139,165,138). Sum of RGB (Red+Green+Blue) = 139+165+138=442 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.45% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 165 - color contains mainly: green. Hex color #8BA58A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA58A is #745A75. Grayscale: #9A9A9A. Windows color (decimal): -7625334 or 9086347. OLE color: 9086347.

HSL color Cylindrical-coordinate representation of color #8BA58A: hue angle of 117.78º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8BA58A is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 139 165 138 -
CMYK 0.16 0 0.16 0.35
HSL 117.78º 0.13% 0.59% -
HSV(B) 117.78º 0.16% 0.65% -
XYZ 28.69 34.23 29.14 -
YUV 154.15 118.89 117.2 -
System Red Green Blue C M Y K H S L
Decimal 139 165 138 0.16 0 0.16 0.35 117.78 0.13 0.59
Hex 8B A5 8A 10 0 10 23 76 D 3B
Octal 213 245 212 20 0 20 43 166 15 73
Binary 10001011 10100101 10001010 10000 0 10000 100011 1110110 1101 111011

Color Harmonies of #8BA58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA58A

Black with #8BA58A

Text Example


Text Example

White with #8BA58A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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