Html Css Color HEX #8BA58B Pewter

📋 copy color: '#8BA58B'

red 139 ◦ green 165 ◦ blue 139

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

Shades of Pewter #8BA58B

Tints of Pewter #8BA58B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.38%

R = 31.38%
G = 37.25%
B = 31.38%

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

#8BA58B (or 0x8BA58B) is known color: Pewter. HEX triplet: 8B, A5 and 8B. RGB value is (139,165,139). Sum of RGB (Red+Green+Blue) = 139+165+139=443 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.38% from 443); Green value is 165 (64.84% from 255 or 37.25% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 165 - color contains mainly: green. Hex color #8BA58B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA58B is #745A74. Grayscale: #9A9A9A. Windows color (decimal): -7625333 or 9151883. OLE color: 9151883.

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

Color convert

RGB 139 165 139 -
CMYK 0.16 0 0.16 0.35
HSL 120º 0.13% 0.6% -
HSV(B) 120º 0.16% 0.65% -
XYZ 28.76 34.26 29.52 -
YUV 154.26 119.39 117.11 -
System Red Green Blue C M Y K H S L
Decimal 139 165 139 0.16 0 0.16 0.35 120 0.13 0.6
Hex 8B A5 8B 10 0 10 23 78 D 3C
Octal 213 245 213 20 0 20 43 170 15 74
Binary 10001011 10100101 10001011 10000 0 10000 100011 1111000 1101 111100

Color Harmonies of #8BA58B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA58B

Black with #8BA58B

Text Example


Text Example

White with #8BA58B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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