#8BA98B

Color #8BA98B Pewter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pewter #8BA98B

Tints of Pewter #8BA98B

Color information

#8BA98B (or 0x8BA98B) is unknown color: approx Pewter. HEX triplet: 8B, A9 and 8B. RGB value is (139,169,139). Sum of RGB (Red+Green+Blue) = 139+169+139=447 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.10% from 447); Green value is 169 (66.41% from 255 or 37.81% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 169 - color contains mainly: green. Hex color #8BA98B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA98B is #745674. Grayscale: #9C9C9C. Windows color (decimal): -7624309 or 9152907. OLE color: 9152907.

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

Color convert

RGB139169139-
CMYK0.1800.180.34
HSL120º14.85%60.39%-
HSV(B)120º17.75%66.27%-
XYZ29.535.7329.77-
YUV156.61118.06115.44-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.10%
GREEN value IS 169 (66.41% from 255) = 37.81%
BLUE value IS 139 (54.69% from 255) = 31.10%
R=31.10%
G=37.81%
B=31.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1391691390.1800.180.3412014.8560.39
Hex8BA98B120122278f3c
Octal21325121322022421701774
Binary1000101110101001100010111001001001010001011110001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8BA98B;
 }
 .AnyTagClassName
 {
   color: #8BA98B;
 }
</style>
background-color css

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

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

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

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

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

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